Properties for CSS Positioning

Property Values
overflow none | clip | scroll

overflow specifies what happens when an element's contents exceed the element's height or width. 'none' turns off clipping; 'clip' turns it on.