From 5a549466dd2b38a8f67a6e638ee8d022d88016a6 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sun, 6 Mar 2022 19:39:21 +0000 Subject: [PATCH] fix(iOS): disable touch callouts globally --- src/styles/_page.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/_page.scss b/src/styles/_page.scss index e8109a1f..7125329d 100644 --- a/src/styles/_page.scss +++ b/src/styles/_page.scss @@ -5,6 +5,8 @@ box-sizing: border-box; scrollbar-width: var(--scrollbar-thickness-ff); + + -webkit-touch-callout: none; } html {