mirror of
https://github.com/google/material-design-lite.git
synced 2024-11-10 11:53:35 +03:00
Merge pull request #1420 from google/revert-1408-ios-scroll-fix
Revert "Fix iOS data table scrolling. Fixes #1194."
This commit is contained in:
commit
1340d2c20b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user