[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/dist

Pranav Kant pranavk at collabora.co.uk
Thu Mar 29 10:39:29 UTC 2018


 loleaflet/dist/loleaflet.css |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 318c23136f6914b259bd8834642d1683f9bff402
Author: Pranav Kant <pranavk at collabora.co.uk>
Date:   Wed Mar 21 17:19:15 2018 +0530

    loleaflet: don't allow scrollbars to popup
    
    Change-Id: Id018a91dac21ea7b81c57a1628b6e3c61f9c1ec4
    Reviewed-on: https://gerrit.libreoffice.org/52069
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/loleaflet/dist/loleaflet.css b/loleaflet/dist/loleaflet.css
index 3ffd36737..e8d88a974 100644
--- a/loleaflet/dist/loleaflet.css
+++ b/loleaflet/dist/loleaflet.css
@@ -44,6 +44,7 @@
 
 body {
     margin: 0;
+    overflow: hidden;
 }
 
 #presentation-controls-wrapper {


More information about the Libreoffice-commits mailing list