[Libreoffice-commits] online.git: loleaflet/css

Henry Castro (via logerrit) logerrit at kemper.freedesktop.org
Mon Jan 27 19:40:08 UTC 2020


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

New commits:
commit d01cef322fd4999dd4a8c1379dbbccef9d395085
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Mon Jan 27 14:57:47 2020 -0400
Commit:     Henry Castro <hcastro at 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 <hcastro at collabora.com>
    Tested-by: Henry Castro <hcastro at 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{


More information about the Libreoffice-commits mailing list