aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/header.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/css/itcss/components/header.scss')
-rw-r--r--ui/app/css/itcss/components/header.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/css/itcss/components/header.scss b/ui/app/css/itcss/components/header.scss
index 9434d0386..337a8b351 100644
--- a/ui/app/css/itcss/components/header.scss
+++ b/ui/app/css/itcss/components/header.scss
@@ -6,14 +6,14 @@
height: 12vh;
max-height: 60px;
position: relative;
- z-index: 12;
+ z-index: $header-z-index;
@media screen and (max-width: 575px) {
position: fixed;
height: 34px;
width: 100%;
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .08);
- z-index: 30;
+ z-index: $mobile-header-z-index;
}
}