Commit adac269f authored by Mark Otto's avatar Mark Otto

grunt on previous ms scroll fix

parent d82030f4
...@@ -1578,6 +1578,7 @@ table th[class*="col-"] { ...@@ -1578,6 +1578,7 @@ table th[class*="col-"] {
overflow-x: scroll; overflow-x: scroll;
overflow-y: hidden; overflow-y: hidden;
border: 1px solid #dddddd; border: 1px solid #dddddd;
-ms-overflow-style: -ms-autohiding-scrollbar;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }
.table-responsive > .table { .table-responsive > .table {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment