From b00e92c4ec303eb55cd6861ff8d229741d8ef398 Mon Sep 17 00:00:00 2001 From: Kasper Seweryn Date: Sat, 6 May 2023 03:01:49 +0200 Subject: [PATCH] fix(ui): move sidebar above other content --- front/src/style/components/_sidebar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/style/components/_sidebar.scss b/front/src/style/components/_sidebar.scss index 2da18d514..6bc8c902e 100644 --- a/front/src/style/components/_sidebar.scss +++ b/front/src/style/components/_sidebar.scss @@ -35,6 +35,7 @@ vertical-align: middle; } &.sidebar { + z-index: 10000 !important; overflow-y: visible !important; background: var(--sidebar-background); z-index: 1;