diff options
| author | Bardi Harborow <[email protected]> | 2016-12-23 08:41:31 +1100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-22 13:41:31 -0800 |
| commit | 855a67b1d6364be9bf730871dd4914d8d760589d (patch) | |
| tree | b84b6fb490c894cb45110d69ae2bfe8f295496c5 /scss/_tables.scss | |
| parent | b01f5a1a385bbb224cea68a9a5d73fdb586c33f3 (diff) | |
| download | bootstrap-855a67b1d6364be9bf730871dd4914d8d760589d.tar.xz bootstrap-855a67b1d6364be9bf730871dd4914d8d760589d.zip | |
Remove IE9 browser hacks. (#21393)
Diffstat (limited to 'scss/_tables.scss')
| -rw-r--r-- | scss/_tables.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss index 19106f8bf..e6894cfed 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -143,7 +143,6 @@ .table-responsive { display: block; width: 100%; - min-height: 0%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837) overflow-x: auto; -ms-overflow-style: -ms-autohiding-scrollbar; // See https://github.com/twbs/bootstrap/pull/10057 |
