diff options
| author | Yuval Adam <_@yuv.al> | 2018-11-17 15:54:51 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-11-17 15:54:51 +0200 |
| commit | afa5dacadae5d71d2ea9b016c0cd4fb83fd275a7 (patch) | |
| tree | f7df60ba18f778dae26349c4d3b2619a7d614c49 | |
| parent | 7d7b037ea86cfd0a7ee24266d0f288b3fb12343e (diff) | |
Disable all user selection
| -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; |
