Fix my-account list-overflow z-index for dropdowns compared to header

pull/2542/head
Rigel Kent 2020-03-09 11:11:09 +01:00
parent 937b7a6af8
commit f8cce49c3f
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 3 additions and 4 deletions

View File

@ -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;
}
z-index: z(dropdown) !important;
&.list-overflow-menu,
&.parent-entry {
z-index: z(header) - 1;
z-index: z(header) - 1 !important;
}
}