Merge pull request #200 from ahmedfahim21/feature/gesture-navigation-fix

fix: prevent unintended navigation on swipe
This commit is contained in:
Maze 2025-07-12 15:39:14 +02:00 committed by GitHub
commit f0b0451616
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -82,5 +82,7 @@
}
body {
@apply bg-background text-foreground;
/* Prevent back/forward swipe */
overscroll-behavior-x: contain;
}
}