Isn't this a problem with how bootstrap styles modals?
A pull request with css that works better would be great, but please note the CSS has never been the primary feature here, that's why you have to inject, the idea is you add your own CSS to make it look like your app (and do whatever CSS you need).
+1, having the same issue.
The solution is to set:
.ReactModal__Overlay
{
overflow: auto;
}
.ReactModal__Body--open
{
height: 100%;
overflow: hidden;
}
Most helpful comment
+1, having the same issue.
The solution is to set: