@import './components/verticalsplit.css'; html { font-size: .875em; } .vv{ display: flex; flex-direction: column; height: 100vh; } .vv> header { flex: 0 0 auto; } .vv> div { flex: 1 1 auto; } .vv { margin-left: 0 !important; }