mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
fix(iOS): disable touch callouts globally
This commit is contained in:
parent
f65c9bdd5e
commit
8e1031cf91
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
scrollbar-width: var(--scrollbar-thickness-ff);
|
scrollbar-width: var(--scrollbar-thickness-ff);
|
||||||
|
|
||||||
|
-webkit-touch-callout: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
|
Loading…
Reference in a new issue