From 9be63f123e23d9622b5250511cf8f21e463c3ee5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 16 Nov 2020 14:23:09 +0100 Subject: Dropdown should be on top of everything --- client/src/sass/include/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/sass/include') diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 7fe6efe32..b1e0431bb 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss @@ -127,7 +127,6 @@ $variables: ( $zindex: ( miniature : 10, privacymsg : 20, - dropdown : 12000, sub-menu : 12500, menu : 12600, search-typeahead: 12650, @@ -136,6 +135,7 @@ $zindex: ( tooltip : 14000, loadbar : 15000, modal : 16000, + dropdown : 17000, help-popover : 17000, notification : 18000, hotkeys : 19000 -- cgit v1.2.3