loleaflet/css/spreadsheet-mobile.css |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit d01cef322fd4999dd4a8c1379dbbccef9d395085
Author:     Henry Castro <hcas...@collabora.com>
AuthorDate: Mon Jan 27 14:57:47 2020 -0400
Commit:     Henry Castro <hcas...@collabora.com>
CommitDate: Mon Jan 27 20:39:46 2020 +0100

    loleaflet: mobile: allow horizontal scroll to 'spreadsheet-tabs-container' 
element
    
    Change-Id: If600dfc37fc9123ffc4ce19811d792b846010350
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87549
    Reviewed-by: Henry Castro <hcas...@collabora.com>
    Tested-by: Henry Castro <hcas...@collabora.com>

diff --git a/loleaflet/css/spreadsheet-mobile.css 
b/loleaflet/css/spreadsheet-mobile.css
index 1486a19b3..7f026ab3a 100644
--- a/loleaflet/css/spreadsheet-mobile.css
+++ b/loleaflet/css/spreadsheet-mobile.css
@@ -53,8 +53,11 @@
                padding-bottom: 3px;
        }
 
-       .spreadsheet-tabs-container{
+       .spreadsheet-tabs-container {
                left: 0px;
+               overflow-x: scroll;
+               scrollbar-width: none; /*css draft (firefox only)*/
+               -ms-scrollbar: none; /*ie*/
        }
 
        .spreadsheet-tabs-container, #spreadsheet-toolbar{
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to