Skip to content

Instantly share code, notes, and snippets.

@QwertyZW
QwertyZW / index.html
Created June 9, 2017 23:01
Break mousewheel scroll movement with jquery
<html>
<body>
<div class="long-div">
</div>
<style>
.long-div{
height:3000px;
width:400px;
background: linear-gradient( 0deg, blue, green 50%, red );