Merge pull request #1420 from google/revert-1408-ios-scroll-fix

Revert "Fix iOS data table scrolling. Fixes #1194."
This commit is contained in:
Surma 2015-08-18 14:08:31 +01:00
commit 1340d2c20b

View File

@ -24,11 +24,6 @@
white-space: nowrap;
font-size: $data-table-font-size;
background-color: unquote("rgb(#{$color-white})");
/*
* Transform in Safari to solve rendering issue.
* See https://github.com/google/material-design-lite/issues/1194
*/
-webkit-transform: translate3d(0,0,0);
thead {
padding-bottom: 3px;