From cd1d099392891487e7d5e9a15039c27daa0e7d48 Mon Sep 17 00:00:00 2001 From: Orche Date: Mon, 4 Mar 2024 20:28:32 +0200 Subject: [PATCH] Disable user select Disabled the option to select text/image in the CSS in order to prevent unneeded text selection by the user --- src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.css b/src/index.css index a46f051..81117c6 100644 --- a/src/index.css +++ b/src/index.css @@ -3,6 +3,7 @@ #root { width: 100vw; height: 100vh; + user-select: none; } * {