fix(SW-1107): Fixed issue where current header was positioned on top of the alert
This commit is contained in:
@@ -4,10 +4,7 @@
|
|||||||
box-shadow: 0px 1.001px 1.001px 0px rgba(0, 0, 0, 0.05);
|
box-shadow: 0px 1.001px 1.001px 0px rgba(0, 0, 0, 0.05);
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: var(--header-z-index);
|
|
||||||
height: var(--current-mobile-site-header-height);
|
height: var(--current-mobile-site-header-height);
|
||||||
max-width: var(--max-width-navigation);
|
max-width: var(--max-width-navigation);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|||||||
@@ -5,8 +5,10 @@
|
|||||||
z-index: var(--header-z-index);
|
z-index: var(--header-z-index);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1366px) {
|
@media screen and (max-width: 950px) {
|
||||||
.header {
|
.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