leaflet: enabled scrolling on menu
scrolling in hamburger was not possible This caused problem especially in landscape mode Change-Id: I41bff27511390c9a93f3a613f04da377dd3720a5 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92835 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
parent
6b486f229a
commit
b776e9bf69
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ span.menu-entry-icon img {
|
|||
}
|
||||
|
||||
#mobile-wizard.menuwizard #mobile-wizard-content{
|
||||
overflow: hidden !important;
|
||||
overflow-y: auto !important;
|
||||
}
|
||||
|
||||
#mobile-wizard.menuwizard{
|
||||
|
|
Loading…
Reference in a new issue