mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-10 22:54:24 +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 */
|
/* Modal Views */
|
||||||
|
|
||||||
|
div.modalView.box.inFront.show {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.modalView {
|
.modalView {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -633,6 +637,7 @@ li.rebaseEntry.notPicked {
|
||||||
|
|
||||||
.modalView .terminal-window {
|
.modalView .terminal-window {
|
||||||
margin-top: 5%;
|
margin-top: 5%;
|
||||||
|
margin-bottom: 5%;
|
||||||
-webkit-transform: translate3d(0, -100%, 0);
|
-webkit-transform: translate3d(0, -100%, 0);
|
||||||
-moz-transform: translate3d(0, -100%, 0);
|
-moz-transform: translate3d(0, -100%, 0);
|
||||||
-o-transform: translate3d(0, -100%, 0);
|
-o-transform: translate3d(0, -100%, 0);
|
|
@ -13,7 +13,7 @@
|
||||||
<meta property="og:image" content="http://pcottle.github.com/learnGitBranching/assets/learnGitBranching.png"/>
|
<meta property="og:image" content="http://pcottle.github.com/learnGitBranching/assets/learnGitBranching.png"/>
|
||||||
<meta property="og:description" content="A interactive Git visualization tool to educate and challenge!"/>
|
<meta property="og:description" content="A interactive Git visualization tool to educate and challenge!"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="build/main.fd4e7757.css" type="text/css" charset="utf-8">
|
<link rel="stylesheet" href="build/main.96634d2f.css" type="text/css" charset="utf-8">
|
||||||
<link rel="stylesheet" href="src/style/font-awesome.css" type="text/css" charset="utf-8">
|
<link rel="stylesheet" href="src/style/font-awesome.css" type="text/css" charset="utf-8">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -597,6 +597,10 @@ li.rebaseEntry.notPicked {
|
||||||
}
|
}
|
||||||
/* Modal Views */
|
/* Modal Views */
|
||||||
|
|
||||||
|
div.modalView.box.inFront.show {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.modalView {
|
.modalView {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -633,6 +637,7 @@ li.rebaseEntry.notPicked {
|
||||||
|
|
||||||
.modalView .terminal-window {
|
.modalView .terminal-window {
|
||||||
margin-top: 5%;
|
margin-top: 5%;
|
||||||
|
margin-bottom: 5%;
|
||||||
-webkit-transform: translate3d(0, -100%, 0);
|
-webkit-transform: translate3d(0, -100%, 0);
|
||||||
-moz-transform: translate3d(0, -100%, 0);
|
-moz-transform: translate3d(0, -100%, 0);
|
||||||
-o-transform: translate3d(0, -100%, 0);
|
-o-transform: translate3d(0, -100%, 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue