X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fz-index.scss;h=d362af0dd28f0b757a2d5d447a6e8a0634a80552;hb=082d32eb8873190e48329b61b91f87d71f3cf812;hp=c2c44b851e46fac0069219e3740c0328973ea04c;hpb=0c9a83546687d2ae80b3f5299a8ee59d741f894f;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; }