#testPanel { font-size: 10px; position: fixed; top: 0; left: 0; height: 100%; width: 250px; overflow: auto; padding: 10px; box-sizing: border-box; } #navigation { position: fixed; top: 0; left: 250px; } #sections { position: absolute; top: 0; left: 400px; } .section { height: 200px; margin: 10px; padding: 10px; border: 1px dashed black; } #section5 { height: 1000px; } .active { background: red; }