Consider de following markup:
11条回答 猫巷女王i (楼主) 2021-02-20 04:36 If you can set the outer div to style display : inline-block; then scrollHeight will include the margins of child elements. It will also work if you set style display : flex; (supported by IE 9+) 0 讨论(0) 查看其它11个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
If you can set the outer div to style display : inline-block; then scrollHeight will include the margins of child elements.
display : inline-block;
scrollHeight
It will also work if you set style display : flex; (supported by IE 9+)
display : flex;