Correctly fix menu overflow on mobile

pull/2712/head
Chocobozzz 2020-02-26 15:25:00 +01:00
parent 133d9c112a
commit c002261381
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 8 deletions

View File

@ -254,17 +254,13 @@ menu {
@media screen and (max-width: $mobile-view) {
.menu-wrapper {
width: 100% !important;
menu {
overflow-y: auto;
}
}
.top-menu, .footer {
width: 100% !important;
}
}
@media (hover: none) and (pointer: coarse) {
.menu-wrapper {
menu {
overflow-y: auto;
}
}
}