`$('#content').innerHeight()`
inner border **** `#content` `height: 100%`
outer (height: ; overflow: hidden)
|- inner (height: auto; overflow: ;)
|- child1
|- child2
|- ...
`#content` outerinner+display:flex
`#container` outer `#content` inner`#content` `height` `min-height: 100%`
<
(min-height)outer `overflow: hidden` JavaScript
<