Skip to content

Instantly share code, notes, and snippets.

@jasti
Created January 13, 2014 02:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasti/8393593 to your computer and use it in GitHub Desktop.
Save jasti/8393593 to your computer and use it in GitHub Desktop.
Restrict the size of the div, so it forces bootstrap to create a scrollbar
.scrollable {
height: 100px;
overflow: auto;
}
<div class = "scrollable">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment