Commit fc0eee7d authored by Chris Rebert's avatar Chris Rebert

Merge pull request #14838 from twbs/ie9-bizarre-table-hover-bug

Add min-height: 0% to .table-responsive; fixes #14837
parents 930c422f 15236f51
......@@ -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%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment