From 5639ec061e3f77ec02e9c6f3b208e80ae951b99a Mon Sep 17 00:00:00 2001 From: Ramin Date: Mon, 1 Mar 2021 14:28:04 +0330 Subject: [PATCH 1/2] block user select --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index a95e622..5760985 100644 --- a/css/style.css +++ b/css/style.css @@ -21,6 +21,7 @@ body { -webkit-flex-direction: column; -webkit-font-smoothing: antialiased; -webkit-justify-content: center; + user-select: none; } body, input { From 721909dfe855be4355c9b86c2c4325146a396f49 Mon Sep 17 00:00:00 2001 From: Ramin Date: Mon, 1 Mar 2021 14:30:38 +0330 Subject: [PATCH 2/2] block user select --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 5760985..ad366bb 100644 --- a/css/style.css +++ b/css/style.css @@ -6,6 +6,7 @@ -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; + user-select: none; } body,