]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/z-index.scss
Update client dependencies
[github/Chocobozzz/PeerTube.git] / client / src / sass / z-index.scss
index c2c44b851e46fac0069219e3740c0328973ea04c..f8b0e1cc0a4548558377c1326472b25cbb25b311 100644 (file)
@@ -1,8 +1,8 @@
 @use '_variables' as *;
 @use '_mixins' as *;
 
-.header {
-  z-index: z(header);
+.root-header {
+  z-index: z(root-header);
 }
 
 .help-popover {
 }
 
 ngx-loading-bar {
-  z-index: z(header) + 1 !important;
+  z-index: z(root-header) + 1 !important;
 }
 
-/* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */
-.dropdown,
-.dropup {
+// Dropdown added to body, override default z-index
+body > .dropdown,
+body > .dropup {
   z-index: z(dropdown) !important;
 }