Search
 
SCRIPT & CODE EXAMPLE
 

HTML

disable overscroll

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

  body {
      height: 100%;
      overflow: auto;
  }
</style>
Comment

PREVIOUS NEXT
Code Example
Html :: svg xlink 
Html :: input text expand to fit content 
Html :: change date format in html 
Html :: button navigate to page 
Html :: how to clear radio button input when someone types in an input field 
Html :: jquery specific child by index 
Html :: html separator line 
Html :: img src data base64 
Html :: posting with forms html 
Html :: thymeleaf table for each 
Html :: month and year picker bootstrap 
Html :: html bookmark spot 
Html :: internet and intranet 
Html :: what to use for double quotes in html 
Html :: img text align 
Html :: fa fa users-class 
Html :: types of passwords html 
Html :: how to add a image file in html 
Html :: how to change html code of a website 
Html :: bootstrap font-weight bold 
Html :: how to add audio in html 
Html :: html lists 
Html :: import script html 
Html :: content editable 
Html :: bootstrap buttons Disabled state 
Html :: summernote 
Html :: split div into 2 columns 
Html :: html italic text 
Html :: centering in html 
Html :: on button click video popup in html 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =