clean up
This commit is contained in:
parent
a41f1fd0f2
commit
d65e289bdd
3
dist/leaflet.css
vendored
3
dist/leaflet.css
vendored
@ -10,7 +10,8 @@
|
||||
.leaflet-marker-pane,
|
||||
.leaflet-popup-pane,
|
||||
.leaflet-overlay-pane svg,
|
||||
.leaflet-zoom-box {
|
||||
.leaflet-zoom-box,
|
||||
.leaflet-image-layer { /* TODO optimize classes */
|
||||
position: absolute;
|
||||
}
|
||||
.leaflet-container {
|
||||
|
@ -12,7 +12,6 @@ L.ImageOverlay = L.Class.extend({
|
||||
this._image = L.DomUtil.create('img', 'leaflet-image-layer');
|
||||
|
||||
this._image.style.visibility = 'hidden';
|
||||
this._image.style.position = 'absolute';
|
||||
//TODO opacity option
|
||||
|
||||
L.Util.extend(this._image, {
|
||||
|
Loading…
Reference in New Issue
Block a user