Easier workaround for border image squeezing issue

This commit is contained in:
ahocevar
2012-12-04 14:10:33 +01:00
parent 470cce73ab
commit df6e0a0846
2 changed files with 4 additions and 7 deletions
+2
View File
@@ -17,6 +17,8 @@ html, body, #map {
-moz-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
/* workaround for strange border tile squeezing on Android 4.x */
-webkit-transform: scale(1.001);
}
div.olControlAttribution {
position: absolute;