Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

stop website from letting you overscroll

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

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