Fix scroll menu on touch devices

This commit is contained in:
Chocobozzz
2020-02-20 10:42:57 +01:00
parent dfab4fa9c6
commit c06be12950

View File

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