diff --git a/frontend/src/app.css b/frontend/src/app.css index 82ef839..5d706eb 100644 --- a/frontend/src/app.css +++ b/frontend/src/app.css @@ -61,6 +61,8 @@ body { color: var(--text); min-height: 100vh; line-height: 1.6; + overflow-y: scroll; + overflow-x: hidden; } a {