Issue #71 scrolling off page

This commit is contained in:
Peter Cottle 2013-03-06 20:07:26 -08:00
parent 53d613ebec
commit e05c162d38
3 changed files with 11 additions and 1 deletions

View file

@ -597,6 +597,10 @@ li.rebaseEntry.notPicked {
}
/* Modal Views */
div.modalView.box.inFront.show {
overflow-y: auto;
}
.modalView {
width: 100%;
height: 100%;
@ -633,6 +637,7 @@ li.rebaseEntry.notPicked {
.modalView .terminal-window {
margin-top: 5%;
margin-bottom: 5%;
-webkit-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
-o-transform: translate3d(0, -100%, 0);