SyntaxFix
Write A Post
Hire A Developer
Questions
There is a little "hack" on CSS that also allows you to disable scrolling:
.lock-screen { height: 100%; overflow: hidden; width: 100%; position: fixed; }
Adding that class to the body will prevent scrolling.