Open mdgriffith opened 7 years ago
Added a fill height to a column
It to fill the available height.
https://ellie-app.com/474xXfRbHLja1/2
The second element will overflow the page and create a scrollbar.
If I comment out the center on the high level column on dummyPage, then things work as expected.
center
column
dummyPage
I ran into a similar issue. It only happens in Chrome when the "html" does not include the DOCTYPE. See here
Confirming that @thorebear's fix works ❤️
What I did
Added a fill height to a column
What I Expected To Happen
It to fill the available height.
What Actually Happened
https://ellie-app.com/474xXfRbHLja1/2
The second element will overflow the page and create a scrollbar.
If I comment out the
center
on the high levelcolumn
ondummyPage
, then things work as expected.Versions