diff options
| author | Mark Otto <[email protected]> | 2012-01-05 01:37:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-05 01:37:06 -0800 |
| commit | bdc22e71c8cbeddb1dbee9708ab68b4f23abb6f4 (patch) | |
| tree | 8fe71ef93378fdc85c862cec7a7490ef0391cd2d /lib/modals.less | |
| parent | a13ab64870f40a67ffd85532c30620f8001d0822 (diff) | |
| parent | 5661855be3da81f0a46bd99c7522a93f01706289 (diff) | |
| download | bootstrap-bdc22e71c8cbeddb1dbee9708ab68b4f23abb6f4.tar.xz bootstrap-bdc22e71c8cbeddb1dbee9708ab68b4f23abb6f4.zip | |
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Conflicts:
bootstrap.css
Diffstat (limited to 'lib/modals.less')
| -rw-r--r-- | lib/modals.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/modals.less b/lib/modals.less index 4d2b92cbc..96f9a488e 100644 --- a/lib/modals.less +++ b/lib/modals.less @@ -23,6 +23,8 @@ top: 50%; left: 50%; z-index: 11000; + max-height: 500px; + overflow: auto; width: 560px; margin: -250px 0 0 -250px; background-color: @white; |
