From e0fc8365b95723e0a0200a6354c6acb7661772ce Mon Sep 17 00:00:00 2001 From: Alireza Heidari Date: Thu, 2 May 2024 15:20:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20:=20fix=20toolbar=20header=20z-i?= =?UTF-8?q?ndex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/style/scss/overrides.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/style/scss/overrides.scss b/client/src/style/scss/overrides.scss index 9f5ffffbcbae..06ddc5668c6a 100644 --- a/client/src/style/scss/overrides.scss +++ b/client/src/style/scss/overrides.scss @@ -220,7 +220,7 @@ table thead.thead-dark tr th[role="columnheader"] { // show sticky elements behind dropdown-menus .sticky-top { - z-index: 800; + z-index: 100; } // remove margin for labels with for attribute