diff --git a/client/src/index.css b/client/src/index.css index 8583c475..fcbc0b92 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -123,6 +123,7 @@ body { @apply bg-background text-foreground font-nunito; + touch-action: manipulation; } ::-webkit-scrollbar { diff --git a/package.json b/package.json index 5f4fc713..8ab4679f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sub-eye", "description": "A monorepo template for SubEye subscriptions management app", - "version": "3.10.4", + "version": "3.10.5-beta.1", "author": "Yehor Hunko", "devDependencies": { "@biomejs/biome": "^2.4.12",