Skip to content

Commit

Permalink
Merge pull request #14838 from twbs/ie9-bizarre-table-hover-bug
Browse files Browse the repository at this point in the history
Add min-height: 0% to .table-responsive; fixes #14837
  • Loading branch information
cvrebert committed Oct 22, 2014
2 parents 930c422 + 15236f5 commit fc0eee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions less/tables.less
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ table {

.table-responsive {
overflow-x: auto;
min-height: 0%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837)

@media screen and (max-width: @screen-xs-max) {
width: 100%;
Expand Down

0 comments on commit fc0eee7

Please sign in to comment.