Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<meta name=viewport content="width=980">
<style>
  html {
    scrollbar-width: none;
  }
  #player {
    background: green;
  }
  #overflow {
    height: 500vh;
  }
</style>
<div id="player"></div>
<div id="overflow"></div>