Fix touch delay on mobile

This fixes the touch delay on mobile in my testing.

Source:
https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away
This say the CSS fix doesn't work on Firefox but it does in my testing.

Signed-off-by: Sashanoraa <sasha@noraa.gay>
This commit is contained in:
Sashanoraa 2022-02-07 04:51:29 -05:00
parent 65a5d13a0f
commit 484925cd65
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ html {
--color-ck: #21b0c6;
scrollbar-color: var(--color-lo) var(--color-bg);
touch-action: manipulation;
}
body {