I am having a problem with some div\'s
The outer div has a min-height, but the inner divs are all varying heights. Because the inner divs are absol
i've done this task without any JS. Only, by CSS:
JS
.frame { max-height: calc(100vh - 283px); // 283px gives me some space at the botoom of the frame }