blob: 83313e0ad109ffee6bc313d9814aa26866e839f7 [file] [log] [blame] [edit]
<!DOCTYPE html>
<style>
table {
border-spacing: 0;
}
td {
padding: 0px 9.6px;
background-color: #fff;
}
.sticky {
position: sticky;
left: 0px;
background-color: #c3c3c3;
}
</style>
<table>
<tr>
<td class="sticky" style="width: 64px"></td>
<td class="sticky" style="width: 10px"></td>
<td class="sticky">Content</td>
</tr>
</table>