Skip to content

Commit

Permalink
Add relative positioning to .modal-body - Fixes twbs#5991
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Dec 1, 2012
1 parent bca3ff4 commit fbec803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions less/modals.less
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@

// Body (where all modal content resides)
.modal-body {
position: relative;
overflow-y: auto;
max-height: 400px;
padding: 15px;
Expand Down

0 comments on commit fbec803

Please sign in to comment.