diff --git a/frontend/src/index.css b/frontend/src/index.css index 732fc83..b764d41 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -34,8 +34,12 @@ box-sizing: border-box; } -html, body { +html { overscroll-behavior: none; + overflow-x: clip; +} + +body { overflow-x: hidden; }