2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

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
+1
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 {
+1 -1
View File
File diff suppressed because one or more lines are too long