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:
Pranav Kant
2017-01-16 12:45:57 +05:30
parent 6246e74433
commit ebd5b377d7

View File

@ -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);
}