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);