Commit cb875fa
Fix content overflowing the viewport (footer change regression)
The previous commit put the screen-tall wrapper (lg:h-screen) inside a
<main> that still carried top/bottom padding, so the box was 100vh PLUS the
padding and the dashboard content (Recent runs) spilled past the bottom edge.
Move the padding inside the wrapper and size it to lg:h-dvh so the box is
exactly the visible viewport (padding included): content fills it without
overflowing, and only the footer sits below the fold. Verified content fits
at 720/800/900/1300px tall.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent bef6f05 commit cb875fa
1 file changed
Lines changed: 8 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments