mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-16 17:42:05 +00:00
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
This commit is contained in:
2
loleaflet/dist/toolbar.css
vendored
2
loleaflet/dist/toolbar.css
vendored
@ -255,7 +255,7 @@ button.leaflet-control-search-next
|
||||
.w2ui-icon.specialcharacter{ background: url('../images/lc_insertsymbol.svg') no-repeat center !important; }
|
||||
|
||||
.inserttable-pop {
|
||||
z-index: 100000;
|
||||
z-index: 1000;
|
||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user