X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fz-index.scss;h=d362af0dd28f0b757a2d5d447a6e8a0634a80552;hb=2c05338e787a965c04be4f9cbcef41ab417f634e;hp=c2c44b851e46fac0069219e3740c0328973ea04c;hpb=4c8749cb9e1e4a8d61697434e372f342def7bc70;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/z-index.scss b/client/src/sass/z-index.scss index c2c44b851..d362af0dd 100644 --- a/client/src/sass/z-index.scss +++ b/client/src/sass/z-index.scss @@ -13,9 +13,9 @@ ngx-loading-bar { z-index: z(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; }