3d transforms in svg content are bad in other browsers as well

This commit is contained in:
ahocevar
2012-12-17 11:15:55 +01:00
parent a309b24053
commit aa5bab250a
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -59,4 +59,8 @@ div.olControlZoom a:hover {
}
.olLayerDiv svg * {
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
}