Skip to content

Commit

Permalink
Forcing the recent blocks section to turn into a scrollable area, rat…
Browse files Browse the repository at this point in the history
…her than getting infinately long
  • Loading branch information
justino committed Dec 26, 2017
1 parent 51d0e33 commit ab36ea5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions css/p2pool.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ footer {
text-align: center;
}

.recent_blocks {
height: 600px;
overflow-y: scroll;
overflow-x: hidden;
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h4>Node Information</h4>
<div class="panel-heading">
<h4>Recent Blocks</h4>
</div>
<div class="table-responsive">
<div class="recent_blocks table-responsive">
<table id="recent_blocks" class="table table-hover">
<thead>
<tr>
Expand Down

0 comments on commit ab36ea5

Please sign in to comment.