From 378e10d1f25b084238f3fc183cd6000ce80f2190 Mon Sep 17 00:00:00 2001 From: Yiannis Christodoulou Date: Wed, 21 May 2025 15:54:31 +0300 Subject: [PATCH] fix the z-index in sidebar --- frontend/src/static/js/components/page-layout/PageSidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/static/js/components/page-layout/PageSidebar.scss b/frontend/src/static/js/components/page-layout/PageSidebar.scss index bf71206b..edbb1218 100755 --- a/frontend/src/static/js/components/page-layout/PageSidebar.scss +++ b/frontend/src/static/js/components/page-layout/PageSidebar.scss @@ -28,7 +28,7 @@ z-index: +20; @media (min-width: 768px) { - z-index: +5; + z-index: +20; } position: fixed;