fix: SW-691 Fixed z-index for current header

This commit is contained in:
Hrishikesh Vaipurkar
2024-12-02 10:57:08 +01:00
parent ca0bac2fee
commit aa9124b7d4

View File

@@ -1,6 +1,8 @@
.header {
display: grid;
background-color: var(--Main-Grey-White);
position: relative;
z-index: var(--header-z-index);
}
@media screen and (max-width: 1366px) {