What you can do is set modal CSS positionas absolute, not fixed.
To do this, simply enter a modal class name or identifier like this, and set it to absolute:
.modal {
position: absolute !important;
}
, , CSS ( ) position fixed absolute.
jsFiddle: http://jsfiddle.net/hUNZs/