From 410f8da1c9635c9fcfafd6c168cb9437b5873f77 Mon Sep 17 00:00:00 2001 From: ahmedfahim21 Date: Sat, 12 Jul 2025 00:39:17 +0530 Subject: [PATCH] fix: prevent unintended navigation on swipe --- apps/web/src/app/globals.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/app/globals.css b/apps/web/src/app/globals.css index 5e7c225..8626312 100644 --- a/apps/web/src/app/globals.css +++ b/apps/web/src/app/globals.css @@ -82,5 +82,6 @@ } body { @apply bg-background text-foreground; + overscroll-behavior-x: contain; } }