Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save danielgwood/ceee3ba0b4133b2846e1ad752614a52e to your computer and use it in GitHub Desktop.
Save danielgwood/ceee3ba0b4133b2846e1ad752614a52e to your computer and use it in GitHub Desktop.
Bookmarklet to remove overflow hidden from <body>
javascript:(function(){document.body.style.overflow = 'visible';})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment