From b776e9bf693d7d2150958b277a1f60ef83829cec Mon Sep 17 00:00:00 2001 From: Pranam Lashkari Date: Fri, 24 Apr 2020 12:00:50 +0530 Subject: [PATCH] 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 Reviewed-by: Andras Timar --- loleaflet/css/mobilewizard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css index d2b7d73b6..0a54b8f30 100644 --- a/loleaflet/css/mobilewizard.css +++ b/loleaflet/css/mobilewizard.css @@ -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{