]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Dropdown should be on top of everything
authorChocobozzz <me@florianbigard.com>
Mon, 16 Nov 2020 13:23:09 +0000 (14:23 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 16 Nov 2020 13:23:09 +0000 (14:23 +0100)
client/src/sass/include/_variables.scss

index 7fe6efe3281aa38b9bdc65790c226f89c0e70c37..b1e0431bb61c2f0a74351fc4b7f5ece8baeab02b 100644 (file)
@@ -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