Skip to content

Instantly share code, notes, and snippets.

@wouerner
Last active December 18, 2015 12:18
Show Gist options
  • Save wouerner/5781681 to your computer and use it in GitHub Desktop.
Save wouerner/5781681 to your computer and use it in GitHub Desktop.
CSS overflow Property
div
{
width:150px;
height:150px;
overflow:scroll;
overflow-x: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment