Fix max height for modal

master
Nick Sergeant 2012-04-08 17:15:51 -04:00
parent 6b83e62dfb
commit 295d6a6c0b
2 changed files with 9 additions and 0 deletions

View File

@ -787,6 +787,10 @@ div#disqus_thread #dsq-footer {
display: none;
}
div.modal div.modal-body {
max-height: 514px;
}
body.detail div.right-y {
display: none;
}

View File

@ -906,6 +906,11 @@ div#disqus_thread {
display: none;
}
}
div.modal {
div.modal-body {
max-height: 514px;
}
}
// Pages
body.detail {