mdgriffith / elm-ui

What if you never had to write CSS again?
https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/
BSD 3-Clause "New" or "Revised" License
1.35k stars 112 forks source link

clipY is ignored if placed before scrollbarX in the Attributes list for Element.table #309

Open phollyer opened 3 years ago

phollyer commented 3 years ago

This issue appears to be specific to iOS, although I haven't tested on Android devices, and it does not appear to be an issue in Desktop browsers on OSX.

Here's an Ellie confirming the problem.

Run the Ellie on an iOS device, and then try and scroll the two tables vertically, the first one does not scroll, the second one does - the only difference between the two is the order of clipY and scrollbarX in the list of Attributes.

Expected behavior Neither table should scroll vertically.

Versions

bburdette commented 3 years ago

Tried on FF and Chrome on android, seems to work normally there.