Commit a884b1d
fix(StudioPage): move bottom spacing inside scroll container to prevent double scrollbar
The outer element had both a fixed height (`calc(100vh - marginTop)`) and
`margin-bottom: 16px`, making the total document height 16px taller than
the viewport. This caused the browser to show its own page-level scrollbar
alongside StudioPage's inner `overflow-y: auto` scroll.
Moving the spacing to `padding-bottom` on the inner element keeps it inside
the scrollable area so the document height stays at exactly 100vh.
Fixes #5864
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e3bbe30 commit a884b1d
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
0 commit comments