lundi 27 juin 2016

3 divs with overflow scroll wont fit in page max-height 100%


body,html{
  max-height:100vh;
}
#content{
  max-height:100%;
}


#div1,#div2,#div3{
  background:#fff;
  overflow-y:scroll;
  max-height: 30%;
}

I'm having hard time to make it work.
For example "title2" should be overflow scroll but instead it keeps overflowing its parent. Wont fit in page max-height 100%.

https://jsfiddle.net/cbjkc4dg/1/


Aucun commentaire:

Enregistrer un commentaire