diff options
Diffstat (limited to 'client')
-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 e1d3716dd..f68f4e18d 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss | |||
@@ -167,12 +167,12 @@ $zindex: ( | |||
167 | popover : 13000, | 167 | popover : 13000, |
168 | tooltip : 14000, | 168 | tooltip : 14000, |
169 | loadbar : 15000, | 169 | loadbar : 15000, |
170 | modal : 16000, | ||
171 | dropdown : 17000, | 170 | dropdown : 17000, |
172 | help-popover : 17000, | 171 | help-popover : 17000, |
173 | privacymsg : 17500, | 172 | privacymsg : 17500, |
174 | header : 17500, | 173 | header : 17500, |
175 | notification : 18000, | 174 | notification : 18000, |
175 | modal : 19000, | ||
176 | hotkeys : 19000 | 176 | hotkeys : 19000 |
177 | ); | 177 | ); |
178 | 178 | ||