aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/z-index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/z-index.scss')
-rw-r--r--client/src/sass/z-index.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/sass/z-index.scss b/client/src/sass/z-index.scss
index d362af0dd..f8b0e1cc0 100644
--- a/client/src/sass/z-index.scss
+++ b/client/src/sass/z-index.scss
@@ -1,8 +1,8 @@
1@use '_variables' as *; 1@use '_variables' as *;
2@use '_mixins' as *; 2@use '_mixins' as *;
3 3
4.header { 4.root-header {
5 z-index: z(header); 5 z-index: z(root-header);
6} 6}
7 7
8.help-popover { 8.help-popover {
@@ -10,7 +10,7 @@
10} 10}
11 11
12ngx-loading-bar { 12ngx-loading-bar {
13 z-index: z(header) + 1 !important; 13 z-index: z(root-header) + 1 !important;
14} 14}
15 15
16// Dropdown added to body, override default z-index 16// Dropdown added to body, override default z-index