Ensure the entire stack of divs containing the map has touch-action:none (re: #7708)

This commit is contained in:
Quincy Morgan
2020-06-25 11:50:54 -04:00
parent d441c5b0c6
commit ae5bab86f1

View File

@@ -22,6 +22,7 @@
sans-serif;
color: #333;
touch-action: none;
-ms-user-select: none;
-ms-content-zooming: none;
}
@@ -34,6 +35,7 @@
position: relative;
overflow: hidden;
height: 100%;
touch-action: none;
}
.main-content.active {