body,html{
max-height:100vh;
}
#content{
max-height:100%;
}
#div1,#div2,#div3{
background:#fff;
overflow-y:scroll;
max-height: 30%;
}
I'm struggling to get this to function properly.
For instance, "title2" should have an overflow scroll but instead it continues overflowing its parent. It doesn't fit within the page's max-height of 100%.