FremyCompany/css-grid-polyfill

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

Open

#46 aperta il 8 mar 2017

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)JavaScript (90 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (1115 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor