Use this hack as position: relative is ignored in <tr> (thanks to https://github.com/w3c/csswg-drafts/issues/1899)
tr {
transform: scale(1);
}
td {
position: absolute;
top:0;
right:0
}
Use this hack as position: relative is ignored in <tr> (thanks to https://github.com/w3c/csswg-drafts/issues/1899)
tr {
transform: scale(1);
}
td {
position: absolute;
top:0;
right:0
}