Define a z-index for dropup

pull/4270/head
Kimsible 2021-07-21 13:09:06 +02:00 committed by Chocobozzz
parent 09f7837d40
commit 81d5be91ad
1 changed files with 2 additions and 1 deletions

View File

@ -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 */
.dropdown {
.dropdown,
.dropup {
z-index: z(dropdown) !important;
}