aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-10-22 01:55:26 -0700
committerChris Rebert <[email protected]>2014-10-22 01:55:26 -0700
commitfc0eee7d47487af67b5fb2800c7e1a287b5c568d (patch)
treea34ee7f9d155f65171ad2ade2acb9b45e75366f6
parent930c422f22182710e84cc1d9cb575c6a759c1074 (diff)
parent15236f517fae038526ad9d906ab2055c32e101e9 (diff)
downloadbootstrap-fc0eee7d47487af67b5fb2800c7e1a287b5c568d.tar.xz
bootstrap-fc0eee7d47487af67b5fb2800c7e1a287b5c568d.zip
Merge pull request #14838 from twbs/ie9-bizarre-table-hover-bug
Add min-height: 0% to .table-responsive; fixes #14837
-rw-r--r--less/tables.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/tables.less b/less/tables.less
index 4a578588c..8b60833be 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -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%;