Skip to content

Instantly share code, notes, and snippets.

@thebigtine
Created February 18, 2017 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebigtine/66d0b61b14deb129012d5b1ff78c73ae to your computer and use it in GitHub Desktop.
Save thebigtine/66d0b61b14deb129012d5b1ff78c73ae to your computer and use it in GitHub Desktop.
function lockBody(){
$body.css('overflow', 'hidden');
}
function unlockBody(){
$body.css('overflow', 'scroll');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment