1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

Remove IE9 browser hacks. (#21393)

This commit is contained in:
Bardi Harborow
2016-12-23 08:41:31 +11:00
committed by Mark Otto
parent b01f5a1a38
commit 855a67b1d6
12 changed files with 2 additions and 64 deletions

View File

@@ -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