diff options
| author | Jacob Thornton <[email protected]> | 2011-12-25 20:35:44 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-12-25 20:35:44 -0800 |
| commit | 1c7c5f750fc221ee94e435e4e49bc2ba1a6be5e6 (patch) | |
| tree | d3361055899ad5478879d068a33655e47e14f846 /lib | |
| parent | e71a5321856a831a92c5b3749694948b386b0fde (diff) | |
| parent | 7fbb3660ef0b1fd759355fc3d65994f0c14b4a2f (diff) | |
| download | bootstrap-1c7c5f750fc221ee94e435e4e49bc2ba1a6be5e6.tar.xz bootstrap-1c7c5f750fc221ee94e435e4e49bc2ba1a6be5e6.zip | |
Merge pull request #850 from sferik/scrollable_modal
Make modal windows scrollable
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index b16748c69..b70ae1cb2 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -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; |
