CSS Property:
overflow-y:
visible
hidden
scroll
auto
no-display
no-content
Result:
CSS Code:
#myDIV
{
width:150px;
height:200px;
overflow-y:
visible
;
}
Click the property values above to see the result
W3Schools.com
- Play it