Skip to content

Commit

Permalink
Possible fix for snipe#5211
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Apr 13, 2018
1 parent 48254a9 commit ab31c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/css/bootstrap-table.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
.fixed-table-body {
overflow-x: auto;
overflow-y: auto;
height: 100%;
height: auto;
}

.fixed-table-container table {
Expand Down Expand Up @@ -294,4 +294,4 @@ div.fixed-table-scroll-outer {
width: 200px;
height: 150px;
overflow: hidden;
}
}

0 comments on commit ab31c63

Please sign in to comment.