forked from Emi/ELOS-License-Builder
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:
parent
65a5d13a0f
commit
484925cd65
|
@ -5,6 +5,7 @@ html {
|
||||||
--color-ck: #21b0c6;
|
--color-ck: #21b0c6;
|
||||||
|
|
||||||
scrollbar-color: var(--color-lo) var(--color-bg);
|
scrollbar-color: var(--color-lo) var(--color-bg);
|
||||||
|
touch-action: manipulation;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Reference in a new issue