5 hands-on exercises and 5 find-the-bug challenges for the CSS Overflow lesson. Every one is checked automatically in the browser — write the code, run it, and the tests tell you what still fails.
Hide anything that overflows #box.
Force scrollbars on #box.
Use auto so scrollbars appear only if required.
Allow horizontal scrolling only.
Fixed height with vertical scrolling.
The value is hidden.
The horizontal axis should scroll, not the vertical one.
Ready to write the code?
The editor, the automatic checks and the worked solutions open up with an account.
Open the workspaceWithout a height there is nothing to scroll.
The property is overflow, not overflows.
Content is being clipped instead of made scrollable.