(no title)
stevesunderland | 1 year ago
tr {
position: relative;
}
a:before {
content: "";
position: absolute;
top: 0; bottom: 0;
left: 0; right: 0;
}
https://codepen.io/stevesunderland/pen/oNrVQrp
extra88|1 year ago
> top: 0; bottom: 0; > left: 0; right: 0;
You can replace this with inset: 0;
stevesunderland|1 year ago
I don't see any issues selecting the text?