aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
Diffstat (limited to 'client/src')
-rw-r--r--client/src/sass/bootstrap.scss2
-rw-r--r--client/src/sass/include/_variables.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss
index 058033166..dbe206d05 100644
--- a/client/src/sass/bootstrap.scss
+++ b/client/src/sass/bootstrap.scss
@@ -65,7 +65,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
65 65
66.list-overflow-menu, 66.list-overflow-menu,
67.parent-entry { 67.parent-entry {
68 z-index: z(header) - 1 !important; 68 z-index: z(menu) - 1 !important;
69} 69}
70 70
71.btn-group, 71.btn-group,
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss
index 39e81f270..396dae0e2 100644
--- a/client/src/sass/include/_variables.scss
+++ b/client/src/sass/include/_variables.scss
@@ -163,13 +163,13 @@ $zindex: (
163 sub-menu : 12500, 163 sub-menu : 12500,
164 menu : 12600, 164 menu : 12600,
165 search-typeahead: 12650, 165 search-typeahead: 12650,
166 header : 12700,
167 popover : 13000, 166 popover : 13000,
168 tooltip : 14000, 167 tooltip : 14000,
169 loadbar : 15000, 168 loadbar : 15000,
170 modal : 16000, 169 modal : 16000,
171 dropdown : 17000, 170 dropdown : 17000,
172 help-popover : 17000, 171 help-popover : 17000,
172 header : 17500,
173 notification : 18000, 173 notification : 18000,
174 hotkeys : 19000 174 hotkeys : 19000
175); 175);