From 09f7837d40a598e4f6990a91ca9f201cff01a5f9 Mon Sep 17 00:00:00 2001 From: Kimsible Date: Wed, 21 Jul 2021 13:02:25 +0200 Subject: Correct z-index for title dropdown in sub-menu and dropdown hover header on scroll --- client/src/sass/include/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/sass/include/_variables.scss') diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 39e81f270..396dae0e2 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss @@ -163,13 +163,13 @@ $zindex: ( sub-menu : 12500, menu : 12600, search-typeahead: 12650, - header : 12700, popover : 13000, tooltip : 14000, loadbar : 15000, modal : 16000, dropdown : 17000, help-popover : 17000, + header : 17500, notification : 18000, hotkeys : 19000 ); -- cgit v1.2.3