]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/z-index.scss
Translated using Weblate (Chinese (Traditional))
[github/Chocobozzz/PeerTube.git] / client / src / sass / z-index.scss
index e46813dc353a3943257dabb56c2f6d7e9bf9cd9a..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;
 }
 
@@ -27,7 +27,6 @@ ngx-loading-bar {
 .btn-group,
 .dropdown-root,
 .action-dropdown,
-.input-group-prepend,
 .column-toggle {
   z-index: inherit !important;
 }