]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/z-index.scss
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / sass / z-index.scss
index c2c44b851e46fac0069219e3740c0328973ea04c..d362af0dd28f0b757a2d5d447a6e8a0634a80552 100644 (file)
@@ -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;
 }