mirror of https://github.com/Chocobozzz/PeerTube
Define a z-index for dropup
parent
09f7837d40
commit
81d5be91ad
|
@ -59,7 +59,8 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
|
||||||
}
|
}
|
||||||
|
|
||||||
/* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */
|
/* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */
|
||||||
.dropdown {
|
.dropdown,
|
||||||
|
.dropup {
|
||||||
z-index: z(dropdown) !important;
|
z-index: z(dropdown) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue