loleaflet/css/device-tablet.css | 10 ++++++++++ 1 file changed, 10 insertions(+)
New commits: commit dd9a70e1b283a166dcbe10d6a3698a96658f2ce3 Author: Pedro Pinto Silva <pedro.si...@collabora.com> AuthorDate: Thu Jul 30 17:20:12 2020 +0200 Commit: Pedro Silva <pedro.si...@collabora.com> CommitDate: Thu Jul 30 17:43:47 2020 +0200 Notebookbar: tablet: make tabs scrollable Change-Id: I19a4667a08df3b75e71dd71763dca3ceef9f689a Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99807 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Pedro Silva <pedro.si...@collabora.com> diff --git a/loleaflet/css/device-tablet.css b/loleaflet/css/device-tablet.css index 519300405..8b7761b97 100644 --- a/loleaflet/css/device-tablet.css +++ b/loleaflet/css/device-tablet.css @@ -35,3 +35,13 @@ .main-nav { margin: 0; } +.hasnotebookbar{ + min-width: 808px; /*set a minimum so the logo fits*/ + overflow: auto hidden; + scrollbar-width: none; + -ms-overflow-style: none; +} +.hasnotebookbar::-webkit-scrollbar { + width: 0; + height: 0; +} _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits