I'm not sure about this code, but it's worth a shot.
In jQuery:
$(document).ready(function() {
$(/* Put in your "onModalDisplay" here */)./* whatever */(function() {
$("#Modal").css("overflow", "hidden");
});
});
As I said before, I'm not 100% sure but try anyway.