Remix.run Logo
TZubiri 9 hours ago

The link doesn't work perfectly for me, it seems that since the page is already scrolled down all the way to the bottom, there is no way to focus specifically on the #generated element.

greyface- 7 hours ago | parent [-]

The CSS :target pseudo-class is useful in situations like this. HN could do something like:

  p:target { border: 1px dashed; }