From e05c162d388bf01322fb00934e6cb6fe536a349e Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Wed, 6 Mar 2013 20:07:26 -0800 Subject: [PATCH] Issue #71 scrolling off page --- build/{main.fd4e7757.css => main.96634d2f.css} | 5 +++++ index.html | 2 +- src/style/main.css | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) rename build/{main.fd4e7757.css => main.96634d2f.css} (99%) diff --git a/build/main.fd4e7757.css b/build/main.96634d2f.css similarity index 99% rename from build/main.fd4e7757.css rename to build/main.96634d2f.css index 8a63c030..d1b00494 100644 --- a/build/main.fd4e7757.css +++ b/build/main.96634d2f.css @@ -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); diff --git a/index.html b/index.html index c9e1a91b..4208a89b 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - + diff --git a/src/style/main.css b/src/style/main.css index 8a63c030..d1b00494 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -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);