Fix my-account list-overflow z-index for dropdowns compared to header
authorRigel Kent <sendmemail@rigelk.eu>
Mon, 9 Mar 2020 10:11:09 +0000 (11:11 +0100)
committerRigel Kent <sendmemail@rigelk.eu>
Mon, 9 Mar 2020 10:11:09 +0000 (11:11 +0100)
client/src/sass/bootstrap.scss

index daa4a049f82a55028a7faeb82fc288d856ba9763..e167fd02b872d96aa4e9754c0f28b73be58cb8fd 100644 (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;
   }
 }