Skip to content

Instantly share code, notes, and snippets.

@bongofury
Last active October 4, 2021 08:15
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 bongofury/870eaf086b9e95b2994588f479aec947 to your computer and use it in GitHub Desktop.
Save bongofury/870eaf086b9e95b2994588f479aec947 to your computer and use it in GitHub Desktop.
Remove modal cds
(() => {
document.querySelector('.tp-backdrop').style.display = "none"
document.querySelector('.tp-modal').style.display = "none"
document.querySelector('.tp-modal-open').setAttribute('style', 'overflow: scroll !important')
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment