August 23, 2026
The jobs page no longer scrolls sideways on a phone
On a narrow screen, /jobs was wider than the screen itself, so reading a listing meant scrolling left and right as well as down. The header row now wraps instead.
If you browse design jobs on a phone, the page was making you work for it. The row above the listings holds the job count, "My Applications", "Save this search" and the Filters button. It was laid out on a single line that did not fit, so the whole page ended up wider than your screen. Reading a listing meant scrolling sideways as well as down.
That row now wraps onto a second line when it needs to, and nothing on the page extends past the edge of the screen.
Two-dimensional scrolling is one of the things that makes a page genuinely hard to use if you are on a small screen or zoomed in, so this is an accessibility fix as much as a tidy-up. We have also added an automated check that measures every one of our main pages at phone width and fails if any of them ever spills over the edge again.