Conversation
|
|
|
because this creates scroll bars when the table when the table doesn't need them. a table that doesn't need to scroll side to side (because you can already see all the columns) will still have the scrollbar, and you'll get ~10px of superfluous scrolling. |
|
That sounds like a bug with antiscroll and the way it inserts scrollbars in our app, native scroll bars shouldn't be visible if the content doesn't overflow as you're describing. I think it would be better to manually override the overflow style in your table for the time being and keep these styles here, otherwise the default behavior will be broken for users unless they know to make |
|
Actually it turns out we aren't using antiscroll app-wide, but we are using custom webkit scrollbar styling. I think we should try to add that to this repo and deal with it here first, come up with a strategy for it |
|
I think this should be fixed on master, if not let me know and we'll make fixing a priority. |
reviewers: @Addepar/ice