fix: prevent unintended navigation on swipe

This commit is contained in:
ahmedfahim21
2025-07-12 00:39:17 +05:30
parent fd017d6aca
commit 410f8da1c9

View File

@ -82,5 +82,6 @@
} }
body { body {
@apply bg-background text-foreground; @apply bg-background text-foreground;
overscroll-behavior-x: contain;
} }
} }