Skip to content

Commit 5de0c27

Browse files
author
Pierre GIRAUD
committed
Add touch-action property to mobile style
1 parent 8a16088 commit 5de0c27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

theme/default/style.mobile.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ div.olControlZoom a:hover {
4343
background: rgba(0, 60, 136, 0.5);
4444
}
4545
}
46-
div.olMapViewport {
46+
div.olMap {
4747
-ms-touch-action: none;
48+
touch-action: none;
4849
}
4950
.olLayerGrid .olTileImage {
5051
-webkit-transition: opacity 0.2s linear;

0 commit comments

Comments
 (0)