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
Creating a modal with a table inside with selectable rows .
if you have a lot of selectable rows selecting the last row will cause the content to overflow outside of the modal.
causing a blank modal content
Steps to reproduce the issue
create a modal with long table content with selectable rows
This fix causes regressions: dropdowns are clipped by the edge of the bx--modal-content node. Additionally, I think the real issue here is what I listed in #9403. Since #9403 is fixed this change should presumably be rolled back.
What package(s) are you using?
Detailed description
Creating a modal with a table inside with selectable rows .
if you have a lot of selectable rows selecting the last row will cause the content to overflow outside of the modal.
causing a blank modal content
Steps to reproduce the issue
sandbnox replication of the issue : https://codesandbox.io/s/dark-bush-dedz7?file=/index.js
Additional information
Suggestions for fixing this
The text was updated successfully, but these errors were encountered: