From d4f8f8a6744fc43ee88a2ed06e0c93bcd83c278a Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 1 Jul 2021 23:08:06 +0000 Subject: [PATCH] =?UTF-8?q?No=20permitir=20selecci=C3=B3n=20de=20texto=20p?= =?UTF-8?q?ara=20poder=20jugar=20el=20juego=20mejor=20en=20mobile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index da1f70e..544396f 100644 --- a/src/style.css +++ b/src/style.css @@ -9,6 +9,7 @@ body { padding: 0; width: 100%; height: 100%; + user-select: none; } #juego {