Issues with Modal over size or scrolling #190
Unanswered
ScarecrowFu
asked this question in
Q&A
Replies: 3 comments
-
|
Can you provide a codesandbox with your issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
And here is the source: https://codesandbox.io/s/brdys |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
A quick workaround might be wrapping with a <div style={{ maxWidth: 100%, overflow: 'scroll' }}>
<Spreadsheet data={dataWithManyColumns} />
</div> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
is there any solutions for over size in modal?
http://90fyl.com/media/%E5%9B%BE%E7%89%87/alan/None/QQ20210312-160145.png
Beta Was this translation helpful? Give feedback.
All reactions