We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A screenshot is worth a thousand words:
Setup:
<div tooltips tooltip-append-to-body="true" tooltip-template="Autoplay slides"></div>
The text was updated successfully, but these errors were encountered:
I am getting same issue any fixes?
Sorry, something went wrong.
+1
Any ideas on how to fix this?
Seems like there is some javascript magic going on that sets the height on the element, preventing the normal layout to do its thing.
I fixed it using css:
tip { height: auto !important; }
No branches or pull requests
A screenshot is worth a thousand words:
Setup:
The text was updated successfully, but these errors were encountered: