3d transforms in svg content are bad in other browsers as well
This commit is contained in:
@@ -23,6 +23,10 @@ html, body, #map {
|
||||
}
|
||||
.olLayerDiv svg * {
|
||||
-webkit-transform: none;
|
||||
-moz-transform: none;
|
||||
-o-transform: none;
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.olLayerGrid .olTileImage {
|
||||
|
||||
Reference in New Issue
Block a user