From a305075a8feeff8ba6473ab473efb661c9a6942d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sta=C5=9B=20Ma=C5=82olepszy?= Date: Sat, 28 Sep 2024 20:46:04 +0200 Subject: [PATCH] Fix user-select on Safari --- index.html | 1 + play/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/index.html b/index.html index 88ec032..ea40f98 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,7 @@ width: 100vw; height: 100vh; user-select: none; + -webkit-user-select: none; overflow: auto; } #debug { diff --git a/play/index.html b/play/index.html index b53b1c3..258c952 100644 --- a/play/index.html +++ b/play/index.html @@ -15,6 +15,7 @@ width: 100vw; height: 100vh; user-select: none; + -webkit-user-select: none; overflow: auto; }