html, body, #gallery { height: 100%; } body.split-screen #listing { height: 100%; width: 50%; float: left; overflow: auto; } body.split-screen #gallery { width: 50%; float: right; }