@gregcatalano
swdev
Nothing here yet.
Nothing here yet.
No blogs yet.
Flexbox to the rescue again. Just use separate divs for the header row container and the body rows, then html, body{height: 100%;} body{display: flex; flex-direction: column; justify-content:flex-start} container-fluid{overflow-y: auto}. Header row column alignment will have to be tweaked to account for scrollbar somehow, when present.