How do I disable body‘s scroll bar, but let it stay visible on screen? As an example see facebook’s theatre mode:

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is the only CSS you will ned to force the scrollbars:
The scrollbars will be disabled if the content is smaller than the window, so you will have to use some script to resize the body to be at least
1pxless then the window height: