diff options
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_variables.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 130462b89..a7ad0f643 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss | |||
@@ -127,9 +127,9 @@ $zindex: ( | |||
127 | miniature : 10, | 127 | miniature : 10, |
128 | privacymsg : 20, | 128 | privacymsg : 20, |
129 | typeahead : 30, | 129 | typeahead : 30, |
130 | header : 1000, | ||
131 | menu : 11000, | ||
132 | dropdown : 12000, | 130 | dropdown : 12000, |
131 | header : 12500, | ||
132 | menu : 12600, | ||
133 | popover : 13000, | 133 | popover : 13000, |
134 | tooltip : 14000, | 134 | tooltip : 14000, |
135 | loadbar : 15000, | 135 | loadbar : 15000, |