From 8e1031cf91eb8b81f404a686e8f6b170bc77072d 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 {