Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
margin: 0px;
padding: 0px;
}
div {
height: 2000vh;
}
</style>
<div></div>
<script>
window.addEventListener("wheel", () => {}, { passive: false });
</script>
</html>