From d6eace77dbc6ddde958ea1e38286fd68a0398768 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 19 Aug 2020 11:35:01 +0200 Subject: Fix playlist element dropdown overflow --- client/src/sass/include/_variables.scss | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (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 a7ad0f643..565f9b512 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss @@ -124,19 +124,20 @@ $variables: ( /*** z-index groups ***/ $zindex: ( - miniature : 10, - privacymsg : 20, - typeahead : 30, - dropdown : 12000, - header : 12500, - menu : 12600, - popover : 13000, - tooltip : 14000, - loadbar : 15000, - modal : 16000, - help-popover : 17000, - notification : 18000, - hotkeys : 19000 + miniature : 10, + privacymsg : 20, + dropdown : 12000, + sub-menu : 12500, + menu : 12600, + search-typeahead: 12650, + header : 12700, + popover : 13000, + tooltip : 14000, + loadbar : 15000, + modal : 16000, + help-popover : 17000, + notification : 18000, + hotkeys : 19000 ); @function z($label) { -- cgit v1.2.3