mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Yes, we still need this. Silly IE9 😢
See the IE9 note in https://developer.mozilla.org/en-US/docs/Web/CSS/%3Ahover#Browser_compatibility The prereqs to trigger the bug are still present in v4. /fyi @mdo [skip sauce] [skip validator]
This commit is contained in:
parent
f564c683f7
commit
7d766e4a94
@ -109,13 +109,13 @@
|
|||||||
.table-responsive {
|
.table-responsive {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
min-height: 0.01%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837)
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
|
||||||
// Todo: find out if we need this still.
|
// TODO: find out if we need this still.
|
||||||
//
|
//
|
||||||
// border: 1px solid $table-border-color;
|
// border: 1px solid $table-border-color;
|
||||||
// -ms-overflow-style: -ms-autohiding-scrollbar;
|
// -ms-overflow-style: -ms-autohiding-scrollbar; // See https://github.com/twbs/bootstrap/pull/10057
|
||||||
// min-height: 0.01%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user