Making an element take 100% height and scrollable
I have a setup similar to:
I need the list to take the remaining height of
Currently, the list takes as much height as it needs while being constrained to
According to my testing, the issue seems to lie in
I need the list to take the remaining height of
.child-2 yet also be scrollableCurrently, the list takes as much height as it needs while being constrained to
.parent's height, making .parent's "internal" height increaseAccording to my testing, the issue seems to lie in
max-height: 100%