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

New commits:
commit 318c23136f6914b259bd8834642d1683f9bff402
Author: Pranav Kant <pran...@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 <ke...@collabora.com>
    Tested-by: Jan Holesovsky <ke...@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 {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to