X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fz-index.scss;h=f8b0e1cc0a4548558377c1326472b25cbb25b311;hb=77448fd31c140d87bd8fc60b83f94e5eba2ab682;hp=d362af0dd28f0b757a2d5d447a6e8a0634a80552;hpb=2b621ac0ebe83693bba6354b3482a03ba58143e7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/z-index.scss b/client/src/sass/z-index.scss index d362af0dd..f8b0e1cc0 100644 --- a/client/src/sass/z-index.scss +++ b/client/src/sass/z-index.scss @@ -1,8 +1,8 @@ @use '_variables' as *; @use '_mixins' as *; -.header { - z-index: z(header); +.root-header { + z-index: z(root-header); } .help-popover { @@ -10,7 +10,7 @@ } ngx-loading-bar { - z-index: z(header) + 1 !important; + z-index: z(root-header) + 1 !important; } // Dropdown added to body, override default z-index