FremyCompany/css-grid-polyfill

Height not being set for container if box-sizing is not content-box and element has border/padding

Open

#46 建立於 2017年3月8日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)JavaScript (90 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (1,115 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Hello,

I have a container height issue with all the tests I have been able to do on Edge. The polyfill gives a position: absolute and fixed height on each grid item, but the container doesn't compute it's children's height, so they overflow.

Codepen : http://codepen.io/raphaelgoetter/pen/ZQLBxd Screenshots : http://www.hostingpics.net/viewer.php?id=700041edgepolyfill.png

貢獻者指南