Skip to content

Commit

Permalink
Add zoom to leaflet-popup-content-wrapper to fix popup style in IE7. F…
Browse files Browse the repository at this point in the history
…ixes Leaflet#1114
  • Loading branch information
danzel authored and emartinez-usgs committed Feb 26, 2013
1 parent 076ed21 commit 89b2ec3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/leaflet.ie.css
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 89b2ec3

Please sign in to comment.