diff options
author | Mihai Varga <mihai.varga@collabora.com> | 2015-08-20 17:23:02 +0300 |
---|---|---|
committer | Mihai Varga <mihai.varga@collabora.com> | 2015-08-20 17:23:02 +0300 |
commit | c3d0248819054d91d4fe457843338b186268ed69 (patch) | |
tree | b46afa85fd81822de4e34084c052982247b5112b /loleaflet/dist/leaflet.css | |
parent | debf81369e19f160dfff7e1fbfc9a994faefde32 (diff) |
loleaflet: fixed the iframe visibility
Diffstat (limited to 'loleaflet/dist/leaflet.css')
-rw-r--r-- | loleaflet/dist/leaflet.css | 7 |
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 { |