The overflow-y property specifies what to do with the top/bottom edges of the content - if it overflows the element's content area.Tip: Use the overflow-x property to determine clipping at the left and right edges.
overflow-y: visible|hidden|scroll|auto|initial|inherit;
div { overflow-y: hidden; }