body { margin: 0; height: 100vh; } #app { height: 100%; } .column { width: 50%; height: 100%; float: left; } #editor { overflow: hidden; } #terminal { background: black; } #runButton { position: absolute; top: 25px; right: calc(50% + 25px); } #formatButton { position: absolute; bottom: 80px; right: calc(50% + 25px); visibility: hidden; } #formatButton.visible { visibility: visible; } #packagesButton { position: absolute; bottom: 25px; right: calc(50% + 25px); visibility: hidden; } #packagesButton.visible { visibility: visible; } #backButton { position: absolute; left: 25px; bottom: 25px; } #packagesTerminal { height: 250px; } #packagesAdd { float: right; } #packagesSearchContainer { overflow: hidden; padding-right: 15px; } #packagesSearch { width: 100%; }