Devographics / StateOfCSS-2020

The State of CSS 2020 survey results
https://2020.stateofcss.com
Other
45 stars 12 forks source link

Use absolute unit for tooltip arrow position #16

Closed lex111 closed 3 years ago

lex111 commented 3 years ago

Apparently, the percentage arrow position in the tooltip causing visual bug as barely noticeable border (which is not looks good). This is relevant for Chrome, because I don't see such rendering bug in Firefox. But I believe it's better to use absolute units to achieve consistency in all browsers.

image

On a larger scale, this is especially noticeable:

image


After that applying this fix:

image

cc @SachaG

SachaG commented 3 years ago

Good job noticing this, thanks for the fix :)