fix(iOS): disable touch callouts globally

This commit is contained in:
Paul Makles
2022-03-06 19:39:21 +00:00
parent feefdeacbe
commit 5a549466dd

View File

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