Going one element up with GPU support, adding it to mobile css also

This commit is contained in:
ahocevar
2012-12-15 15:56:39 +01:00
parent c03f1dc9bf
commit b89d3f1ee8
3 changed files with 10 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ html, body, #map {
}
/* Turn on GPU support on devices that support it */
.olMapViewport * {
.olMapViewport, .olMapViewport * {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);