Skip to content

Instantly share code, notes, and snippets.

@marylly
Created February 17, 2017 19:30
Show Gist options
  • Save marylly/3b10c931a10e2f727d200699f98049f3 to your computer and use it in GitHub Desktop.
Save marylly/3b10c931a10e2f727d200699f98049f3 to your computer and use it in GitHub Desktop.
CSS Style Sheet Components
/* Excessão de conteúdo verticalmente, trabalha em conjunto com a altura do elemento */
overflow-y: visible;
height: 300px;
/* Excessão de conteúdo horizontalmente, trabalha em conjunto com a largura do elemento */
overflow-x: hidden;
overflow-x:auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment