X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fbootstrap.scss;h=259af7a779e4fa36ec0748c7e39ba4648c724f4e;hb=99fa338673bfbe8695c1b529dfa6345db3a15d39;hp=a3b60198cceee2befb875e7154f3f510bc8b0c64;hpb=245b9d27bc10a4d8c8eb64add06b653f12763f56;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index a3b60198c..259af7a77 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -27,15 +27,24 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; } /* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */ -.dropdown:not(.btn-group):not(.dropdown-root):not(.action-dropdown):not(.input-group-prepend):not(.column-toggle) { +.dropdown { z-index: z(dropdown) !important; +} - &.list-overflow-menu, - &.parent-entry { - z-index: z(header) - 1 !important; - } +.list-overflow-menu, +.parent-entry { + z-index: z(header) - 1 !important; } +.btn-group, +.dropdown-root, +.action-dropdown, +.input-group-prepend, +.column-toggle { + z-index: inherit !important; +} + + .dropdown-menu { z-index: z(dropdown) + 1 !important; @@ -167,7 +176,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; content: ''; display: block; position: fixed; - z-index: z('header') - 1; + z-index: z('menu') - 1; } } }