Skip to content

Instantly share code, notes, and snippets.

@johanneslumpe
Created April 21, 2014 10:23
Show Gist options
  • Save johanneslumpe/11138662 to your computer and use it in GitHub Desktop.
Save johanneslumpe/11138662 to your computer and use it in GitHub Desktop.
Fullsize background videos in webkit browsers gist 5
var body = document.querySelector('body');
body.scrollTop = 100;
console.log(body.scrollTop); // 0 :(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment