|
<div className="d-flex flex-column min-vh-100"> |
uses 100vh (via min-vh-100). vh doesn't account for mobile UI elements.
I made a Paragon issue for adding min-dvh-* utility classes
Once that's discussed/lands then updating this to use the new dvh class would be awesome.