diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/App.css b/src/App.css index 1e83715..e445304 100644 --- a/src/App.css +++ b/src/App.css @@ -1,3 +1,7 @@ +body { + user-select: none; +} + #map { position: absolute; top: 0; @@ -18,7 +22,6 @@ font-size: 1.8em; } - #slider { position: absolute; bottom: 8vh; |
