#tableView { height: 100%; .tableView-container { display: grid; grid-template-columns: 1fr 0.5fr; height: 100%; div { grid-area: auto; } } }