Skip to content

Commit

Permalink
Made .panel-body show scrollbars on overflow, fixes TechnicPack#430.
Browse files Browse the repository at this point in the history
  • Loading branch information
EntranceJew committed Sep 10, 2015
1 parent 19ee201 commit b5e7b87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/css/solder.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,8 @@ input[type=file] {
.page-header {
border-bottom: none;
margin: 0;
}

.panel-body {
overflow: auto;
}

0 comments on commit b5e7b87

Please sign in to comment.