I am experiencing an issue with the white container on top of the yellow background in my design. Despite setting the min-height to 100%, it stops and does not extend properly. Here is the CSS code for this container, and below you can see an image illustrating the problem when scrolling to the bottom:
.home-body {
background-color: #EAC117;
height: 100%;
.home-main-content {
width: 800px;
min-height: 100%;
position: absolute;
overflow: hidden;
margin-left: 56.5%;
left: -500px;
top: 51px;
border-left: 1px solid black;
border-right: 1px solid black;
background-color: #fff;
background-repeat: repeat-y;
.home-post-echoed-container {
width: 400px;
position: absolute;
margin-left: 50%;
left: -200px;
top: 200px;
overflow: hidden;
}
.home-echoed-posts {
width: 600px;
overflow: hidden;
left: -98px;
position: relative;
background-color: #fff;
margin-bottom: -5px;
border-top: 1px solid;color:#0a527e;
border-left: 1px solid;color:#0a527e;
border-right: 1px solid;color:#0a527e;
}
.home-echoed-posts-post {
margin: 10px;
color: black;
}
.home-echoed-posts-email {
margin: 10px;
color: black;
}
.home-echoed-posts-date {
margin: 10px;
color: black;
}