Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

stop website from overscrolling

<style>
	html {
      overflow: hidden;
      height: 100%;
  }

  body {
      height: 100%;
      overflow: auto;
  }
</style>
 
PREVIOUS NEXT
Tagged: #stop #website #overscrolling
ADD COMMENT
Topic
Name
9+8 =