Unset canvas css in stylesheet

This commit is contained in:
Andreas Hocevar
2021-12-20 09:57:41 +01:00
parent c75e127734
commit c33adb1035
2 changed files with 3 additions and 1 deletions

View File

@@ -76,6 +76,9 @@
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.ol-viewport canvas {
all: unset;
}
.ol-selectable {
-webkit-touch-callout: default;
-webkit-user-select: text;