Skip to content

Commit 953c209

Browse files
committed
Modified z-index to include default
1 parent e97c8da commit 953c209

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/_globals.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ $animation-curve-fast-out-linear-in: cubic-bezier(0.4, 0, 1, 1) !default;
4747
$animation-curve-default: $animation-curve-fast-out-slow-in !default;
4848

4949
//-- Indexes
50-
$z-index-highest: 300;
51-
$z-index-higher: 200;
52-
$z-index-high: 100;
53-
$z-index-normal: 1;
54-
$z-index-low: -100;
55-
$z-index-lower: -200;
50+
$z-index-highest: 300 !default;
51+
$z-index-higher: 200 !default;
52+
$z-index-high: 100 !default;
53+
$z-index-normal: 1 !default;
54+
$z-index-low: -100 !default;
55+
$z-index-lower: -200 !default;

0 commit comments

Comments
 (0)