html {
  height: 100vh;
}

body {
  height: 500vh;
}

canvas {
  position: fixed;
  width: 100%;
  height: 100vh;
}