hint.css
hint.css copied to clipboard
[Chrome] Position bug when parent element has column-count
When a container element has column-count, the tooltip is not correctly positioned:

transform: translate3d(0, 0, 2px);
In any case someone wondering, you can try fixing this by adding this style to child elements
-webkit-column-break-inside: avoid;
-webkit-backface-visibility: hidden;