Skip to content

Instantly share code, notes, and snippets.

@Prosen-Ghosh
Created January 22, 2023 12:47
Show Gist options
  • Save Prosen-Ghosh/7a5594c5d00508bb44de5e86c77fd280 to your computer and use it in GitHub Desktop.
Save Prosen-Ghosh/7a5594c5d00508bb44de5e86c77fd280 to your computer and use it in GitHub Desktop.
var button = document.getElementById("myButton");
button.addEventListener("click", function() {
document.body.style.overflow = 'hidden';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment