layoutVercel
No Excessive Scrollbars
MUST
MUST: Avoid unwanted scrollbars; fix overflows
Only render useful scrollbars; fix overflow issues
Bad
Good
Why it matters
Unexpected scrollbars indicate layout problems. Fix the root cause (usually overflow issues) rather than hiding scrollbars with CSS. On macOS, set "Show scroll bars" to "Always" during development to catch these issues.
References