Fix for current navigation

This commit is contained in:
Linus Flood
2024-10-07 14:33:08 +02:00
committed by Pontus Dreij
parent 20c7974849
commit 76bc1b3502

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 {