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

Using tooltip-append-to-body cuts text off #215

Open
alejandroiglesias opened this issue Jun 26, 2017 · 4 comments
Open

Using tooltip-append-to-body cuts text off #215

alejandroiglesias opened this issue Jun 26, 2017 · 4 comments

Comments

@alejandroiglesias
Copy link

A screenshot is worth a thousand words:

image

Setup:

<div tooltips tooltip-append-to-body="true" tooltip-template="Autoplay slides"></div>
@parmindersingh1
Copy link

I am getting same issue any fixes?

@raphaelfruneaux
Copy link

+1

@hitautodestruct
Copy link

Any ideas on how to fix this?

@rofreytag
Copy link

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; }

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

No branches or pull requests

6 participants