mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-19 18:25:18 +02:00
Issue #71 scrolling off page
This commit is contained in:
parent
53d613ebec
commit
e05c162d38
3 changed files with 11 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue