Skip to content

Commit e350467

Browse files
committed
Disable text selection for body
Text selection still works for the infobox as it's contained in an iframe. Resolves #46
1 parent c44b75e commit e350467

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/main.css

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ html, body, #cesiumContainer {
1010
background-color: black;
1111
}
1212

13+
body {
14+
-webkit-touch-callout: none;
15+
user-select: none;
16+
}
17+
1318
[v-cloak] {
1419
display: none;
1520
}

0 commit comments

Comments
 (0)