Skip to content

Commit

Permalink
Fix tiles disappearing on chrome for android. Fixes Leaflet#2078
Browse files Browse the repository at this point in the history
  • Loading branch information
danzel authored and angch committed Nov 6, 2013
1 parent 5b21518 commit 37ba134
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 37ba134

Please sign in to comment.