style-elements
style-elements copied to clipboard
column overflows when wrapped in el
The big picture of what I'm trying to do
Wrap a column in another element (in my actual app it's just part of a complex layout)
What I did
See https://ellie-app.com/4dNxnZYt7G2a1/2
In the ellie you can see a column (body
) in 4 different scenarios (all with height <| fill 1
)
- Not wrapped
- Wrapped in an
el
- Wrapped in a
column
- Wrapped in a
row
What I Expected To Happen
(2) should look the same as (1)/(3)/(4)
What Actually Happened
(2) overflows parent into the footer at the bottom of the view
Versions
- Elm: 0.18
- style-elements: 3.3.0
- Browser: Chrome 61.0.3163.79
- Operating System: macOS 10.12.6