Skip to content

Commit 791fd6a

Browse files
committed
Make modal windows scrollable
Closes twbs#849.
1 parent e71a532 commit 791fd6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/patterns.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,8 @@ input[type=submit].btn {
834834
top: 50%;
835835
left: 50%;
836836
z-index: 11000;
837+
max-height: 500px;
838+
overflow: auto;
837839
width: 560px;
838840
margin: -250px 0 0 -280px;
839841
background-color: @white;

0 commit comments

Comments
 (0)