aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include/_variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/include/_variables.scss')
-rw-r--r--client/src/sass/include/_variables.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss
index 0c37cd68a..4ef8e17b9 100644
--- a/client/src/sass/include/_variables.scss
+++ b/client/src/sass/include/_variables.scss
@@ -102,9 +102,10 @@ $variables: (
102/*** z-index groups ***/ 102/*** z-index groups ***/
103 103
104$zindex: ( 104$zindex: (
105 miniature : 10,
106 privacymsg : 20,
107 typeahead : 30,
105 header : 1000, 108 header : 1000,
106 /* header context */
107 headerLeft : 10,
108 menu : 11000, 109 menu : 11000,
109 dropdown : 12000, 110 dropdown : 12000,
110 popover : 13000, 111 popover : 13000,