mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-19 09:36:59 +03:00
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:
co-authored by
Claude Opus 4.5
parent
a1a24daf3f
commit
656c59019b
@@ -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
Reference in New Issue
Block a user