fix(SW-272): now closing on click outside and also closing the mobile menu when changing to screensizes larger than mobile

This commit is contained in:
Erik Tiekstra
2024-10-03 15:34:20 +02:00
parent 451d461c7f
commit 676b763e67
8 changed files with 96 additions and 43 deletions

View File

@@ -97,7 +97,8 @@
}
@media screen and (min-width: 768px) {
.hamburger {
.hamburger,
.modal {
display: none;
}
}