Easier workaround for border image squeezing issue
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user