loleaflet/css/mobilewizard.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b776e9bf693d7d2150958b277a1f60ef83829cec
Author:     Pranam Lashkari <lpra...@collabora.com>
AuthorDate: Fri Apr 24 12:00:50 2020 +0530
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Sat Apr 25 10:01:27 2020 +0200

    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 <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>

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{
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to