Parent: box
Child: Row with flex
Grandchild: column content with a border-left
When I change the box's display to flex and flex-col, the grandchild overflows.
When I change the box's display to block, the grandchild doesn't get full height ➡️ not showing the border all the way.
See attached pdfs
codepen with html and css structure where everything seems to be working correctly: https://codepen.io/perjor/pen/PopWzNN?editors=1100
Any Solutions?
Child: Row with flex
Grandchild: column content with a border-left
When I change the box's display to flex and flex-col, the grandchild overflows.
When I change the box's display to block, the grandchild doesn't get full height ➡️ not showing the border all the way.
See attached pdfs
codepen with html and css structure where everything seems to be working correctly: https://codepen.io/perjor/pen/PopWzNN?editors=1100
Any Solutions?