fix: apply suggestion

This commit is contained in:
ahmedfahim21
2025-07-12 01:04:29 +05:30
parent 410f8da1c9
commit 338e13a601

View File

@ -82,6 +82,7 @@
} }
body { body {
@apply bg-background text-foreground; @apply bg-background text-foreground;
overscroll-behavior-x: contain; /* Prevent back/forward swipe & pull-to-refresh on all axes */
overscroll-behavior: contain;
} }
} }