fix(SW-1107): Fixed issue where current header was positioned on top of the alert
This commit is contained in:
@@ -5,8 +5,10 @@
|
||||
z-index: var(--header-z-index);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1366px) {
|
||||
@media screen and (max-width: 950px) {
|
||||
.header {
|
||||
height: var(--current-mobile-site-header-height);
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: var(--header-z-index);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user