fix: scroll navigates back (#1053)

This commit is contained in:
Guy Ben-Aharon
2026-01-06 17:25:28 +02:00
committed by GitHub
parent 5bc2593108
commit 9fb451ed04

View File

@@ -81,9 +81,12 @@
* {
@apply border-border;
}
html,
body {
overscroll-behavior-x: none;
}
body {
@apply bg-background text-foreground;
overscroll-behavior-x: none;
}
.text-editable {