1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02: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%; top: 50%;
left: 50%; left: 50%;
z-index: 11000; z-index: 11000;
max-height: 500px;
overflow: auto;
width: 560px; width: 560px;
margin: -250px 0 0 -280px; margin: -250px 0 0 -280px;
background-color: @white; background-color: @white;