Disable pointer events on map background img tiles

This commit is contained in:
Quincy Morgan
2020-05-26 14:41:44 -04:00
parent 96c5efbb98
commit 5f13be88dc
+2
View File
@@ -3996,6 +3996,8 @@ img.tile {
-ms-user-select: none;
user-select: none;
pointer-events: none;
-webkit-user-drag: none;
opacity: 0;