mdgriffith / style-elements

Create styles that don't mysteriously break!
http://package.elm-lang.org/packages/mdgriffith/style-elements/latest
BSD 3-Clause "New" or "Revised" License
445 stars 49 forks source link

Scrollbar doesn't work on a column nested inside a row #79

Open opsb opened 7 years ago

opsb commented 7 years ago

The big picture of what I'm trying to do

I'm trying to add a scrollbar to a column that's nested inside a row.

What I did

Take a look at https://ellie-app.com/4dq2mRgg8Mga1/0 for a simplified version of what I attempted.

What I Expected To Happen

The lines should be scrollable

What Actually Happened

The lines aren't scrollable

Versions

opsb commented 7 years ago

Workaround for now https://ellie-app.com/4dq2mRgg8Mga1/5 (and hopefully useful for a fix)