feat(sw-343): fixed desktop view

This commit is contained in:
Pontus Dreij
2024-11-01 10:28:41 +01:00
parent 1b008422d3
commit 399c23ea02
3 changed files with 3 additions and 12 deletions

View File

@@ -16,9 +16,3 @@
top: 0;
left: 0;
}
@media screen and (min-width: 768px) {
.dynamicMap {
top: var(--main-menu-desktop-height);
}
}