fix: add overscroll-behavior to body for improved scrolling experience

pull/10/head
David Montero Crespo 2026-03-07 02:25:59 -03:00
parent 10a1547060
commit 13d87a6961
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ body {
display: flex;
flex-direction: column;
overflow: hidden;
overscroll-behavior: none;
}
/* ── Header ─────────────────────────────────────── */