Topic: Tags not showing up on thumbnails

Posted under Site Bug Reports & Feature Requests

So this happened a while ago now. One day I discovered that, when hovering over an image to see the tags, it no longer brings up the little text box displaying a picture/gif/videos tags. It's only with E621, since other sites that use similar tag features like Rule34 still show the text box with tags when I hover the cursor over them. Anyone have any clue what the issue would be and how to fix it?

Unfortunately this has been an issue a while now, tracked at issue #800 and still no confirmation if this is a bug or an intentional change.

There is a temp fix from here which can be applied to your custom CSS

tenchizero said:
temp solution: add this CSS customization:

article img {
  pointer-events: unset;
}

To apply custom CSS, go to user settings, select the "Advanced" tab and paste that snippet into "Custom CSS style"

  • 1