added global touch-action manipulation css property

This commit is contained in:
corgifist 2025-08-03 01:15:17 +03:00
parent 93d3e40f16
commit 02b4318201

View File

@ -65,6 +65,7 @@ body {
-webkit-tap-highlight-color: transparent;
font-family: var(--font-geist), sans-serif;
background-color: var(--color-background);
touch-action: manipulation;
}
main {