loleaflet/dist/toolbar.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7961a620cdfc849662e64073cc634ac741d50296
Author: Pranav Kant <[email protected]>
Date:   Mon Jan 16 12:45:57 2017 +0530

    Fix z-index of insertable popup
    
    Reduce it to 1000, its sufficient and also allow inactive overlay
    to come over the popup, not under it as was before this commit.
    
    Change-Id: If078dc929027dfb938000c5a0135c83704da7d6f
    Reviewed-on: https://gerrit.libreoffice.org/35572
    Reviewed-by: pranavk <[email protected]>
    Tested-by: pranavk <[email protected]>

diff --git a/loleaflet/dist/toolbar.css b/loleaflet/dist/toolbar.css
index 093fc1a7..9b584168 100644
--- a/loleaflet/dist/toolbar.css
+++ b/loleaflet/dist/toolbar.css
@@ -272,7 +272,7 @@ button.leaflet-control-search-next
 .w2ui-icon.specialcharacter{ background: url('../images/lc_insertsymbol.png') 
no-repeat center !important; }
 
 .inserttable-pop {
-    z-index: 100000;
+    z-index: 1000;
     box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
 }
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to