diff --git a/app/assets/stylesheets/reset.css b/app/assets/stylesheets/reset.css index 362181e0d..e224c8cf9 100644 --- a/app/assets/stylesheets/reset.css +++ b/app/assets/stylesheets/reset.css @@ -35,6 +35,11 @@ /* hyphens: auto; */ } + html, + body { + overflow-x: clip; + } + html { scroll-behavior: smooth; }