Skip to content

Instantly share code, notes, and snippets.

@szaboat
Created July 1, 2020 15:34
Show Gist options
  • Save szaboat/1e34bf5bceeb96746f844c7fe9eaacf9 to your computer and use it in GitHub Desktop.
Save szaboat/1e34bf5bceeb96746f844c7fe9eaacf9 to your computer and use it in GitHub Desktop.
Snippets
document.querySelectorAll('div').forEach((item) => {
if(item.style.overflow != "") {
console.log(item);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment