diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/bootstrap.scss | 2 | ||||
-rw-r--r-- | client/src/sass/include/_variables.scss | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 586f558fe..4f6e08c1b 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -214,7 +214,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
214 | content: ''; | 214 | content: ''; |
215 | display: block; | 215 | display: block; |
216 | position: fixed; | 216 | position: fixed; |
217 | z-index: z('menu') - 1; | 217 | z-index: z(overlay); |
218 | } | 218 | } |
219 | } | 219 | } |
220 | } | 220 | } |
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 396dae0e2..e0a4c7d3f 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss | |||
@@ -159,8 +159,8 @@ $variables: ( | |||
159 | 159 | ||
160 | $zindex: ( | 160 | $zindex: ( |
161 | miniature : 10, | 161 | miniature : 10, |
162 | privacymsg : 20, | ||
163 | sub-menu : 12500, | 162 | sub-menu : 12500, |
163 | overlay : 12550, | ||
164 | menu : 12600, | 164 | menu : 12600, |
165 | search-typeahead: 12650, | 165 | search-typeahead: 12650, |
166 | popover : 13000, | 166 | popover : 13000, |
@@ -169,6 +169,7 @@ $zindex: ( | |||
169 | modal : 16000, | 169 | modal : 16000, |
170 | dropdown : 17000, | 170 | dropdown : 17000, |
171 | help-popover : 17000, | 171 | help-popover : 17000, |
172 | privacymsg : 17500, | ||
172 | header : 17500, | 173 | header : 17500, |
173 | notification : 18000, | 174 | notification : 18000, |
174 | hotkeys : 19000 | 175 | hotkeys : 19000 |