summaryrefslogtreecommitdiff
path: root/loleaflet/dist/leaflet.css
diff options
context:
space:
mode:
authorMihai Varga <mihai.varga@collabora.com>2015-08-20 17:23:02 +0300
committerMihai Varga <mihai.varga@collabora.com>2015-08-20 17:23:02 +0300
commitc3d0248819054d91d4fe457843338b186268ed69 (patch)
treeb46afa85fd81822de4e34084c052982247b5112b /loleaflet/dist/leaflet.css
parentdebf81369e19f160dfff7e1fbfc9a994faefde32 (diff)
loleaflet: fixed the iframe visibility
Diffstat (limited to 'loleaflet/dist/leaflet.css')
-rw-r--r--loleaflet/dist/leaflet.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/loleaflet/dist/leaflet.css b/loleaflet/dist/leaflet.css
index 7e045b310..0ec0399d6 100644
--- a/loleaflet/dist/leaflet.css
+++ b/loleaflet/dist/leaflet.css
@@ -69,7 +69,10 @@
-moz-user-select: none;
}
-.leaflet-pane { z-index: 4; }
+.leaflet-pane {
+ z-index: 10;
+ position: relative;
+ }
.leaflet-tile-pane { z-index: 2; }
.leaflet-overlay-pane { z-index: 4; }
@@ -678,7 +681,7 @@ a.leaflet-control-buttons:hover:first-child {
width: 100%;
height: 100%;
z-index: 0;
- visibility: hidden;
+ border: none;
}
.parts-preview {