Correct z-index for title dropdown in sub-menu and dropdown hover header on scroll

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

View File

@ -65,7 +65,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
.list-overflow-menu,
.parent-entry {
z-index: z(header) - 1 !important;
z-index: z(menu) - 1 !important;
}
.btn-group,

View File

@ -163,13 +163,13 @@ $zindex: (
sub-menu : 12500,
menu : 12600,
search-typeahead: 12650,
header : 12700,
popover : 13000,
tooltip : 14000,
loadbar : 15000,
modal : 16000,
dropdown : 17000,
help-popover : 17000,
header : 17500,
notification : 18000,
hotkeys : 19000
);