Hello, I am relatively new to the world of design and would like to expand my knowledge in this area. Currently, I am facing an issue with my website where the content is being hidden underneath the footer as it grows. Can anyone provide guidance on which CSS properties I can use to make a Div acting as a wrapper grow in height as the content expands?
Any assistance would be greatly appreciated.
CSS
.wrapper {
width: 1200px;
height: auto;
margin-left: auto;
margin-right: auto;
overflow: hidden;
background-color: white;
}