AFTER: body overflow:auto — document scrolls
Scroll this list on mobile. The address bar WILL collapse because
the body itself overflows the viewport. This is what mobile browsers
require to collapse their chrome.
body {
overflow-y: auto;
}
Scroll down — address bar collapses