From 8b57efbf1ba121cfd2e4ce326bf87ef887b2e80d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 20 Nov 2020 14:19:23 +0100 Subject: Fix dropdowns z-index --- 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