Fix horizontal scroll on Firefox mobile

Add overflow-x: hidden to html element to prevent horizontal scroll
caused by 100vw units in full-bleed section patterns.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Paul Bakaus
2026-01-12 09:03:47 -08:00
co-authored by Claude Opus 4.5
parent a1a24daf3f
commit 656c59019b
2 changed files with 3973 additions and 0 deletions
+1
View File
@@ -271,6 +271,7 @@ html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
overflow-x: hidden; /* Prevent horizontal scroll from vw-based full-bleed sections */
}
body {
File diff suppressed because it is too large Load Diff