I have a custom sized (80% height width) bootstrap modal body and it scrolls (body content will overflow on some sized screens)
There are 2 problems:
you should try to position it absolutly within an element whose position is set to relative. There you then can work with something like
{ bottom:0; top:0; left:0; right:0;