React-grid-layout: Resizing issue on firefox.

Created on 14 Aug 2019  路  4Comments  路  Source: STRML/react-grid-layout

I've been having issues with responsive grid layout on Firefox for desktop.
image

The top left image has been resized to a smaller dimension than its initial size, and it the content of the graph is popping out of the grid.

Any body else faced the same issue?

bug stale

Most helpful comment

Maybe you need to set the container overflow hidden, and resize the chart.
What chart library are you using? I think this is not a react-grid-layout problem. I think this problem was generated by your container and your chart...
Is this problem only on Firefox?

All 4 comments

Maybe you need to set the container overflow hidden, and resize the chart.
What chart library are you using? I think this is not a react-grid-layout problem. I think this problem was generated by your container and your chart...
Is this problem only on Firefox?

The charting lib is from Nivo and yes this problem is specific with firefox only.

Any way you can set a _minimal_ example (you can use the codesandbox if it helps), so that we can reproduce the issue.

Like @josesaranda said, from the looks of it, this is not an issue with react-grid-layout, but rather with the charting lib.

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 7 days

Was this page helpful?
0 / 5 - 0 ratings

Related issues

uc-rpr picture uc-rpr  路  4Comments

Francismb picture Francismb  路  4Comments

victor-unsw picture victor-unsw  路  3Comments

sasha240100 picture sasha240100  路  3Comments

daumann picture daumann  路  3Comments