fix: apply suggestion

This commit is contained in:
ahmedfahim21
2025-07-12 12:45:50 +05:30
parent 338e13a601
commit b4c93182d0

View File

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