diff --git a/frontend/src/app.css b/frontend/src/app.css index 84cb988..0cf7e73 100644 --- a/frontend/src/app.css +++ b/frontend/src/app.css @@ -62,10 +62,11 @@ body { min-height: 100vh; line-height: 1.6; overflow-x: hidden; + width: 100vw; } html { - scrollbar-gutter: stable; + overflow-x: hidden; } a {