I need to divide a div container into two vertical sections, one occupying 60% of the space and the other 40%.
The top div (60%) should always be visible, while the bottom div (40%) should be scrollable if it exceeds its limit.
I have tried different approaches, including the algorithm in this post, but I am still unable to achieve the desired outcome.
For reference, I will provide an illustration: