loleaflet/css/loleaflet.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 9535cd1e01b207c6ba725e3c366fc32f201b3312 Author: Pedro Pinto Silva <pedro.si...@collabora.com> AuthorDate: Fri May 29 15:25:03 2020 +0200 Commit: Pedro Silva <pedro.si...@collabora.com> CommitDate: Mon Jun 1 13:05:41 2020 +0200 Sidebar-panel has fixed width that is bigger than its contents causing a white placeholder to appear sometimes after the side panel (when it's open) and sometimes before (when it's closed) Change-Id: I6247b2bbb90943c3520dc4f22ee07966bf03d1e3 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/95143 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Tested-by: Jenkins Reviewed-by: Pedro Silva <pedro.si...@collabora.com> diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css index 3ec71f0f1..0773c624d 100644 --- a/loleaflet/css/loleaflet.css +++ b/loleaflet/css/loleaflet.css @@ -152,10 +152,11 @@ body { } #sidebar-panel { + display: table; padding: 0px; margin: 0px; position: relative; - width: 100%; + width: auto; height: 100%; overflow-x: hidden; overflow-y: scroll; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits