Merge pull request #1117 from danzel/master
Add zoom to leaflet-popup-content-wrapper to fix popup style in IE7
This commit is contained in:
commit
df7c350c75
3
dist/leaflet.ie.css
vendored
3
dist/leaflet.ie.css
vendored
@ -27,6 +27,9 @@
|
||||
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
|
||||
border: 1px solid #bbb;
|
||||
}
|
||||
.leaflet-popup-content-wrapper {
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
.leaflet-control-zoom {
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3F000000',EndColorStr='#3F000000');
|
||||
|
Loading…
Reference in New Issue
Block a user