grunt on previous ms scroll fix

This commit is contained in:
Mark Otto 2013-08-23 23:32:06 -07:00
parent d82030f482
commit adac269f95
2 changed files with 2 additions and 1 deletions

View File

@ -1578,6 +1578,7 @@ table th[class*="col-"] {
overflow-x: scroll;
overflow-y: hidden;
border: 1px solid #dddddd;
-ms-overflow-style: -ms-autohiding-scrollbar;
-webkit-overflow-scrolling: touch;
}
.table-responsive > .table {

File diff suppressed because one or more lines are too long