Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jazzido opened this issue Feb 22, 2016 · 2 comments
Open

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

jazzido opened this issue Feb 22, 2016 · 2 comments
Labels

Comments

@jazzido
Copy link

jazzido commented Feb 22, 2016

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

hint

@chinchang chinchang added the bug label Feb 23, 2016
@alexerasmusu
Copy link

alexerasmusu commented Dec 5, 2017

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

@viciantomas
Copy link

viciantomas commented Feb 14, 2018

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants