Fix scroll menu on touch devices

This commit is contained in:
Chocobozzz 2020-02-20 10:42:57 +01:00
parent dfab4fa9c6
commit c06be12950
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 8 additions and 0 deletions

View File

@ -260,3 +260,11 @@ menu {
width: 100% !important;
}
}
@media (hover: none) and (pointer: coarse) {
.menu-wrapper {
menu {
overflow-y: auto;
}
}
}