Skip to content

Instantly share code, notes, and snippets.

@jeffomatic
Created April 21, 2012 20:54
Show Gist options
  • Save jeffomatic/2439545 to your computer and use it in GitHub Desktop.
Save jeffomatic/2439545 to your computer and use it in GitHub Desktop.
// Remove the overlay node from the DOM
$('#overlay').parent().remove();
// Restore the scrollbars
$('html').css( "overflow", "scroll" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment