fix: prevent unintended navigation on swipe
This commit is contained in:
parent
fd017d6aca
commit
410f8da1c9
|
|
@ -82,5 +82,6 @@
|
|||
}
|
||||
body {
|
||||
@apply bg-background text-foreground;
|
||||
overscroll-behavior-x: contain;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue