fix(SW-1107): Fixed issue where current header was positioned on top of the alert

This commit is contained in:
Erik Tiekstra
2024-12-03 09:31:57 +01:00
parent 2660faf4ac
commit e894192f96
2 changed files with 4 additions and 5 deletions

View File

@@ -4,10 +4,7 @@
box-shadow: 0px 1.001px 1.001px 0px rgba(0, 0, 0, 0.05);
max-height: 100%;
overflow: visible;
position: fixed;
top: 0;
width: 100%;
z-index: var(--header-z-index);
height: var(--current-mobile-site-header-height);
max-width: var(--max-width-navigation);
margin: 0 auto;