fix: disable overscroll bounce to keep header stationary

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-03-16 16:13:24 +01:00
parent 29c5f1ff81
commit b583c8489d

View File

@@ -33,6 +33,10 @@
/* Apply base styles directly to HTML elements */
@layer base {
html {
overscroll-behavior: none;
}
body {
/* Use the theme variable directly using standard CSS syntax */
background-color: var(--color-brand-sand);