fix(iOS): disable touch callouts globally

pull/556/head
Paul Makles 2022-03-06 19:39:21 +00:00
parent f65c9bdd5e
commit 8e1031cf91
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
box-sizing: border-box;
scrollbar-width: var(--scrollbar-thickness-ff);
-webkit-touch-callout: none;
}
html {