After searching extensively for a solution on how to control the overflow of a parent container with flexbox, I couldn't find one. So here's another question regarding the same issue.
What I want: The problematic part is commented in the HTML code. https://i.sstatic.net/x3NTh.png
What I get:
https://i.sstatic.net/4glkp.png
Below is the code snippet for reference:
[CSS CODE HERE]
[HTML CODE HERE]
This project will utilize flexbox entirely: Meaning I'll be using:
display: flex;
flex: 1;
flex-direction: column;
This has been an ongoing problem for me over the past couple of months. Any swift resolution would be greatly appreciated. Thank you!