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

Henry Castro hcastro at collabora.com
Sun Apr 15 20:24:17 UTC 2018


 loleaflet/dist/toolbar.css |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit d05b60e61108554296a5173cf36169d8edd6c207
Author: Henry Castro <hcastro at collabora.com>
Date:   Sun Apr 15 15:59:03 2018 -0400

    loleaflet: fix z-index property of the overflow toolbar buttons
    
    Change-Id: I1f3c5819d024c4a9ec0cae82086c56f88f077c63

diff --git a/loleaflet/dist/toolbar.css b/loleaflet/dist/toolbar.css
index b98dfcff0..7f8edc9ba 100644
--- a/loleaflet/dist/toolbar.css
+++ b/loleaflet/dist/toolbar.css
@@ -52,6 +52,11 @@ w2ui-toolbar {
     z-index: 11;
 }
 
+.w2ui-scroll-left,
+.w2ui-scroll-right {
+    z-index: 15;
+}
+
 /* center the toolbar */
 #tb_presentation-toolbar_item_left {
     width: 50%;


More information about the Libreoffice-commits mailing list