Issue - Subgraph Explorer CSS transition

Hover over a card in the Subgraph Explorer blur the text and make it nearly unreadable. Apears in Chromium based browser (brave). Firefox seems to be fine.

image

the hover transition uses scale in CSS.

possible fix:
https://stackoverflow.com/questions/14677490/blurry-text-after-using-css-transform-scale-in-chrome

2 Likes