Home >Web Front-end >HTML Tutorial >How to adapt div height in css (compatible with FF IE)_html/css_WEB-ITnose
You can directly add the following attributes to the Div in the outer layer that you want to have "adaptive height":
style="height:100%; overflow:auto;"