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
This can actually be fixed by using the scroll prop on the ModalBody.
Which sorta makes me wonder why we need to add the scroll prop in the first place if the behaviour we want is to always have the overflow automatically active when the size of the modal viewport no longer fits.
In any case, try adding the scroll prop to ModalBody, if it works, I'll close this issue
Description
When the body exceeds the screen height, a space is created with the footer
Good / Normal
Bug
Expected behavior
The footer should be attached to the body at time and the body should be scrollable if it exceeds the window height
Steps to reproduce the problem
https://codesandbox.io/s/optimistic-cookies-06yx7
add a few elements to the modal body if you can't see it
Specifications
The text was updated successfully, but these errors were encountered: