Style no horizontal scroll on page

html {
 overflow-x: hidden;
 overflow-y: auto;
}