mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-12-02 05:19:17 -06:00
Fix my-account list-overflow z-index for dropdowns compared to header
This commit is contained in:
parent
937b7a6af8
commit
f8cce49c3f
5
client/src/sass/bootstrap.scss
vendored
5
client/src/sass/bootstrap.scss
vendored
@ -28,12 +28,11 @@ $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(.parent-entry) {
|
||||
z-index: z(dropdown) !important;
|
||||
}
|
||||
|
||||
&.list-overflow-menu,
|
||||
&.parent-entry {
|
||||
z-index: z(header) - 1;
|
||||
z-index: z(header) - 1 !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user