Using jQuery, I would like to disable scrolling of the body:
My idea is to:
body{ overflow: hidden;}
I put an answer that might help here: jQuery simplemodal disable scrolling
It shows how to turn off the scroll bars without shifting the text around. You can ignore the parts about simplemodal.