From 2048f6f69773bfce77dfed856123c62927eac116 Mon Sep 17 00:00:00 2001 From: mrdandelion6 Date: Tue, 9 Jan 2024 21:02:59 -0500 Subject: [PATCH] disable user selection on game for ios --- css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/style.css b/css/style.css index aaa03ec..63b5fb4 100644 --- a/css/style.css +++ b/css/style.css @@ -309,6 +309,7 @@ footer { display: flex; justify-content: center; user-select: none; + -webkit-user-select: none; } .pongTitle { @@ -407,6 +408,7 @@ footer { text-align: center; justify-content: center; user-select: none; + -webkit-user-select: none; } /* ========== pong icons ========== */