[Libreoffice-commits] online.git: loleaflet/css
Pranam Lashkari (via logerrit)
logerrit at kemper.freedesktop.org
Sat Apr 25 08:01:45 UTC 2020
loleaflet/css/mobilewizard.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b776e9bf693d7d2150958b277a1f60ef83829cec
Author: Pranam Lashkari <lpranam at collabora.com>
AuthorDate: Fri Apr 24 12:00:50 2020 +0530
Commit: Andras Timar <andras.timar at 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 <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Andras Timar <andras.timar at 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{
More information about the Libreoffice-commits
mailing list