0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Make modal windows scrollable

Closes #849.
This commit is contained in:
Erik Michaels-Ober 2011-12-25 20:17:35 -08:00
parent e71a532185
commit 791fd6a141

View File

@ -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;