diff options
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ); |