I've put:
body {
height: 100%;
width: 100%;
max-height: 100%;
max-width: 100%;
overflow: hidden;
}
But I can still use my Middle Button to scroll down the page. Is there any fix for this?
I've also tried to search for the jQuery middle mouse button scroll event but didn't find anything.