Skip to content

Commit

Permalink
Removes max-height from modals. Fixes bug 921733.
Browse files Browse the repository at this point in the history
Change-Id: I852e703011825cbd4abcf562e4b9ca77f0bf1bd4
  • Loading branch information
gabrielhurley committed Jan 25, 2012
1 parent eea6cfe commit 1ae9559
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -595,6 +595,7 @@ table form {

.modal {
width: 700px;
max-height: none; /* Prevents large modals from scrolling unnecessarily */
top: 80px;
margin-top: 0;
position: absolute;
Expand Down

0 comments on commit 1ae9559

Please sign in to comment.