Explicitly hide scrollable cells only

This commit is contained in:
Brian Miyaji
2014-07-29 04:01:07 +10:00
parent c6dc656275
commit 4dec8252fe

View File

@@ -241,13 +241,16 @@
overflow-y: hidden;
}
.sp-responsive-table td,
.sp-responsive-table th {
.sp-responsive-table-wrapper .scrollable td,
.sp-responsive-table-wrapper .scrollable th {
position: relative;
white-space: nowrap;
overflow: hidden;
}
.sp-responsive-.sp-pinned-table td {
.sp-responsive-table-wrapper .scrollable .data-number,
.sp-responsive-table-wrapper .scrollable .data-name,
.sp-responsive-table-wrapper .scrollable .data-rank,
.sp-responsive-table-wrapper .scrollable .data-date {
display: none;
}
}