Commit bcb76c0
fix: prevent horizontal wobble on mobile scroll
- Replace overflow-x:hidden with overflow-x:clip on html/body/.obp-main/.VPPageContent
(clip does not create a scroll container so position:fixed nav is unaffected)
- Fix grid minmax to use min(300px,100%) so cards never overflow narrow viewports
- Books row keeps overflow-x:auto for intentional horizontal scroll
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 33342a5 commit bcb76c0
1 file changed
Lines changed: 7 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
48 | 45 | | |
49 | 46 | | |
50 | 47 | | |
| |||
82 | 79 | | |
83 | 80 | | |
84 | 81 | | |
85 | | - | |
86 | | - | |
| 82 | + | |
| 83 | + | |
87 | 84 | | |
88 | 85 | | |
89 | 86 | | |
| |||
393 | 390 | | |
394 | 391 | | |
395 | 392 | | |
| 393 | + | |
396 | 394 | | |
397 | 395 | | |
398 | 396 | | |
| |||
503 | 501 | | |
504 | 502 | | |
505 | 503 | | |
506 | | - | |
| 504 | + | |
507 | 505 | | |
508 | 506 | | |
509 | 507 | | |
| |||
0 commit comments