Skip to content

Commit a33b3b3

Browse files
committed
refactor: update z-index value
1 parent a1d8a84 commit a33b3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
position: fixed;
1515
right: 0;
1616
left: 0;
17-
z-index: $zindex-fixed;
17+
z-index: $zindex-fixed - 1;
1818
@include elevation(2);
1919
}
2020

0 commit comments

Comments
 (0)