Fix for current navigation

This commit is contained in:
Linus Flood
2024-10-07 14:33:08 +02:00
parent 801da50120
commit 915657bf15

View File

@@ -9,6 +9,8 @@
width: 100%;
z-index: 99999;
height: var(--current-mobile-site-header-height);
max-width: var(--max-width-navigation);
margin: 0 auto;
}
.container {