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
When a container element has column-count, the tooltip is not correctly positioned:
column-count
The text was updated successfully, but these errors were encountered:
transform: translate3d(0, 0, 2px);
Sorry, something went wrong.
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;
No branches or pull requests
jazzido commentedFeb 22, 2016
When a container element has
column-count
, the tooltip is not correctly positioned:The text was updated successfully, but these errors were encountered: