How to make a scrollable div with percentage height without either shrinking siblings elements or clipping outside parent?
I’m working on a React project where I need a scrollable div within a layout that uses percentage heights. However, I’m running into an issue where either the scrollable content gets cut off or sibling elements shrink unexpectedly.