From afa5dacadae5d71d2ea9b016c0cd4fb83fd275a7 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 17 Nov 2018 15:54:51 +0200 Subject: Disable all user selection --- src/App.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- cgit v1.3.1