Styles to allow modal to scroll vertically

This commit is contained in:
Stacy Kvernmo
2014-12-08 08:56:47 -06:00
parent 5c5d0e5efe
commit 9afdaa1e9e
3 changed files with 5 additions and 5 deletions

View File

@ -35,8 +35,8 @@
background: #FF0000;
}
.cwv3_dialog .cwv3_content {
height: 84%;
overflow-y: scroll;
height: 80%;
max-height: 700px;
padding: .75em;
}
.cwv3_dialog .cwv3_btns {