From 98f1722d1b9fcd029f884a818c21794ef978b8cb Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 11 Oct 2022 12:34:15 -0700 Subject: [PATCH] Fix slim sidebar close button position [ci skip] --- src-ui/src/app/components/app-frame/app-frame.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/components/app-frame/app-frame.component.scss b/src-ui/src/app/components/app-frame/app-frame.component.scss index 95d7ed7ef..755f20696 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.scss +++ b/src-ui/src/app/components/app-frame/app-frame.component.scss @@ -175,7 +175,7 @@ main { .close { display: none; - position: absolute; + position: absolute !important; cursor: pointer; opacity: 1; top: 0;