📅  最后修改于: 2022-03-11 14:47:41.392000             🧑  作者: Mango
/*It's super easy... you just need to set this css atribute*/
.mydiv{
min-height: 100px;
overflow: hidden;
}
/*Other way to do this:*/
.mydiv{
height: auto;
}