No description
On touchscreens, tapping a card fires :hover which changed flex from none to 1.3, expanding the card mid-tap and shifting subsequent cards up — so the touch-up registered on the wrong card. Fix: flex: none !important + transition: none on mobile. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| client | ||
| functions/api | ||
| public | ||
| server | ||
| shared | ||
| src | ||
| studio | ||
| .env.example | ||
| .gitignore | ||
| .replit | ||
| astro.config.mjs | ||
| components.json | ||
| Dockerfile | ||
| drizzle.config.ts | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vite.config.ts | ||
| wrangler.jsonc | ||