]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_variables.scss
Fix notification z-index with modals
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _variables.scss
index 776e820be107956a4081121058fb3aca568dabb6..6102e32f1cfdbc471da9a1c598d2f95363069182 100644 (file)
@@ -173,9 +173,9 @@ $zindex: (
   help-popover    : 17000,
   privacymsg      : 17500,
   header          : 17500,
-  notification    : 18000,
   modal           : 19000,
-  hotkeys         : 19000
+  hotkeys         : 19000,
+  notification    : 20000
 );
 
 @function z($label) {