From a91f4d2e6ccca87936b308a269b7550aa9bc4902 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Tue, 13 Dec 2022 13:28:05 +0300 Subject: [PATCH] Revert z-index to main layout Signed-off-by: Alex Andreev --- src/renderer/components/layout/main-layout.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/components/layout/main-layout.module.scss b/src/renderer/components/layout/main-layout.module.scss index 3e1a468d12..d12331cb3b 100644 --- a/src/renderer/components/layout/main-layout.module.scss +++ b/src/renderer/components/layout/main-layout.module.scss @@ -11,6 +11,7 @@ grid-template-rows: [contents] 1fr [footer] auto; grid-template-columns: [sidebar] var(--sidebar-width) [contents] 1fr; width: 100%; + z-index: var(--z-index-base); height: 100%; }