From 5ed42b14dacd2d80593e28304a03c8f2b6540d48 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 12 Jul 2021 23:15:05 +0200 Subject: [PATCH] add z-index on control-sidebar in layout-boxed --- build/scss/_main-sidebar.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/scss/_main-sidebar.scss b/build/scss/_main-sidebar.scss index 7babbe373..7a2dd269a 100644 --- a/build/scss/_main-sidebar.scss +++ b/build/scss/_main-sidebar.scss @@ -1013,6 +1013,9 @@ z-index: 9999; position: relative; } + .control-sidebar { + z-index: 9999; + } } // Sidebar Search