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

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?
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
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?