Skip to content

Commit

Permalink
Merge pull request #2152 from danzel/android-chrome
Browse files Browse the repository at this point in the history
Fix tiles disappearing on chrome for android
  • Loading branch information
mourner committed Nov 5, 2013
2 parents 77bd10c + 27e903a commit bdeed18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist/leaflet.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
.leaflet-container img.leaflet-image-layer {
max-width: 15000px !important;
}
/* Android chrome makes tiles disappear without this */
.leaflet-tile-container img {
-webkit-backface-visibility: hidden;
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
Expand Down

0 comments on commit bdeed18

Please sign in to comment.