I\'m using twitter bootstrap for a project I am working on.
I have a modal window that has a somewhat longer form in it and I didn\'t like that when the window got
Try and override bootstrap's:
.modal { position: fixed;
With:
.modal { position: absolute;
It worked for me.