hint.css icon indicating copy to clipboard operation
hint.css copied to clipboard

[Chrome] Position bug when parent element has column-count

Open jazzido opened this issue 9 years ago • 2 comments

When a container element has column-count, the tooltip is not correctly positioned:

hint

jazzido avatar Feb 22 '16 00:02 jazzido

transform: translate3d(0, 0, 2px);

alexerasmusu avatar Dec 05 '17 10:12 alexerasmusu

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;

viciantomas avatar Feb 14 '18 10:02 viciantomas