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

View file

@ -13,7 +13,7 @@
<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!"/>
<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">
</head>
<body>

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