New Dash version causes change in CSS behaviour

Updating from version Dash 1.0.0 to Dash 1.1.0 has caused a change in my CSS.

Before:
Selection_129

After:
Selection_128

I think this is in some way related to Dash’s interaction with CSS Grid (https://css-tricks.com/snippets/css/complete-guide-grid/) since I have encountered issues with this previously (https://github.com/plotly/dash-core-components/issues/528)

Has anyone either also encountered this or is aware of a change in the latest version of Dash that could have caused this?

Thanks
Oliver

1 Like

This issue is 100% related to the input boxes. After asking the input boxes to fill up 100% of the space available it all went back to working.

It seems as if the input boxes were going well beyond 100% of their size.

This solves the issue so will mark it as the answer however it does not explain what was causing it.

1 Like