diff --git a/frontend/src/app.css b/frontend/src/app.css index 5d706eb..84cb988 100644 --- a/frontend/src/app.css +++ b/frontend/src/app.css @@ -61,10 +61,13 @@ body { color: var(--text); min-height: 100vh; line-height: 1.6; - overflow-y: scroll; overflow-x: hidden; } +html { + scrollbar-gutter: stable; +} + a { color: var(--phosphor); text-decoration: none;