You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a table chart is dragged, the preview container appears to overflow beyond the actual chart size, likely due to the inner table chart itself overflowing.
Design input
We should have a static image for the table chart (or hide the table component on drag preview)
The text was updated successfully, but these errors were encountered:
I've been looking into this issue trying to come up with a fix.
Can anyone else confirm that it's only occurring on Chrome? I just checked it in Firefox and I'm not seeing any overflow.
I found #832 on react-dnd, seems to be related. Currently trying to implement the quick fix they recommended locally.
Screenshot
drag-preview-overflooding.mov
Description
When a table chart is dragged, the preview container appears to overflow beyond the actual chart size, likely due to the inner table chart itself overflowing.
Design input
We should have a static image for the table chart (or hide the table component on drag preview)
The text was updated successfully, but these errors were encountered: