Closed
Bug 1221721
Opened 9 years ago
Closed 9 years ago
"min-height : 100vh" not working with "display : table" (does in Chrome/Safari)
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 307866
People
(Reporter: evv.info, Unassigned)
Details
(Keywords: css3)
Attachments
(1 file)
854.62 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36
Steps to reproduce:
<div> with "min-height:100vh" and "display:table"
Actual results:
<div> height was based on children, not min-height rule
Expected results:
<div> height should be at least 100vh
<a href="//chroniclemedialab.com">Demo</a> (remove style attribute on .article-index-1)
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•