Skip to content

Commit

Permalink
Fix scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobioz committed Aug 1, 2017
1 parent 4b11b13 commit 53ec80c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions static/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ <h4>Terraform versions</h4>
<h4>States locked</h4>
</div>
</div>
<hr />
<div id="results" class="row">
<label id="navigate" ng-show="results">
<span class="glyphicon glyphicon-triangle-left" ng-click="getStats(prevPage)" ng-show="prevPage"></span> {{startItems}}-{{itemsInPage}}/{{results.total}} <span class="glyphicon glyphicon-triangle-right" ng-click="getStats(nextPage)" ng-show="nextPage"></span>
Expand Down
6 changes: 0 additions & 6 deletions static/terraboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@
@media (min-width: 992px) {
body, html, #mainrow, #leftcol {
margin: 0;
overflow: hidden;
height:100%;
}
.container{
width: 80vw;
}
#maincont, #leftcol .panel-group {
overflow: hidden;
height:100%;
}
#nodes, #node {
overflow-y: auto;
Expand Down Expand Up @@ -180,10 +178,6 @@ pre.sh_sourceCode .sh_oldfile {
.navbar-brand img {
height: 50px;
}
#results {
height: 70vh;
overflow-y: auto;
}
#pages {
margin: 0 auto;
width: 30vh;
Expand Down

0 comments on commit 53ec80c

Please sign in to comment.