html {default} body {overflow: scroll}

Blue-bordered div should be clipped to body (pink border). This is because we've set overflow: scroll on body and therefore the div should be scrollable. See CSS 2.1 11.1.1.