Skip to content

Instantly share code, notes, and snippets.

View heisenburger's full-sized avatar

Serena Chen heisenburger

View GitHub Profile
@heisenburger
heisenburger / say-no-to-unintended-horizontal-scroll.js
Created January 12, 2019 09:37
find sneaky elements that are causing horizontal scroll
var docWidth = document.documentElement.offsetWidth;
[].forEach.call(
document.querySelectorAll('*'),
function(el) {
if (el.offsetWidth > docWidth) {
console.log(el);
}
}
);

Keybase proof

I hereby claim:

  • I am heisenburger on github.
  • I am heisenburger (https://keybase.io/heisenburger) on keybase.
  • I have a public key whose fingerprint is 11C6 15D6 D9E3 E54B 1624 61E3 B019 CD81 1363 E206

To claim this, I am signing this object: