]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix modal z-index
authorChocobozzz <me@florianbigard.com>
Wed, 2 Mar 2022 13:25:07 +0000 (14:25 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 2 Mar 2022 13:25:07 +0000 (14:25 +0100)
Should be on top of the header too

client/src/sass/include/_variables.scss

index e1d3716dd4a484aab1945d02c483c29e6a9e4e21..f68f4e18d585e77bc4c552e63aa831d38a88cd81 100644 (file)
@@ -167,12 +167,12 @@ $zindex: (
   popover         : 13000,
   tooltip         : 14000,
   loadbar         : 15000,
-  modal           : 16000,
   dropdown        : 17000,
   help-popover    : 17000,
   privacymsg      : 17500,
   header          : 17500,
   notification    : 18000,
+  modal           : 19000,
   hotkeys         : 19000
 );