I'm currently working on a webpage with the following layout:
<header>
<content>
<footer>
Within the content section, I have applied border-left and border-right styles along with a min-height. However, when the content exceeds the min-height, the borders do not adjust accordingly.
Any suggestions on how to fix this issue?