From 21b7b29846b8b9a5ca4f9f17a0bd57a0e46c20c2 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Tue, 24 Jun 2025 15:49:38 -0500 Subject: [PATCH] Use clip instead of hidden for body overflow --- app/assets/stylesheets/reset.css | 5 +++++ 1 file changed, 5 insertions(+) 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; }