Skip to content

Commit

Permalink
Make modal windows scrollable
Browse files Browse the repository at this point in the history
Closes twbs#849.
  • Loading branch information
sferik committed Dec 26, 2011
1 parent e71a532 commit 791fd6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/patterns.less
Expand Up @@ -834,6 +834,8 @@ input[type=submit].btn {
top: 50%;
left: 50%;
z-index: 11000;
max-height: 500px;
overflow: auto;
width: 560px;
margin: -250px 0 0 -280px;
background-color: @white;
Expand Down

0 comments on commit 791fd6a

Please sign in to comment.