fix: SW-691 Fixed z-index for current header
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
.header {
|
.header {
|
||||||
display: grid;
|
display: grid;
|
||||||
background-color: var(--Main-Grey-White);
|
background-color: var(--Main-Grey-White);
|
||||||
|
position: relative;
|
||||||
|
z-index: var(--header-z-index);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1366px) {
|
@media screen and (max-width: 1366px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user