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
Thanks so much for this package!
I intend to have a custom width for my tooltips (e.g. 60% of parent) which I set via:
.shepherd-element { max-width: 60%; }
When I do this though, the arrow gets misplaced
I've also tested this out on a regular web app (i.e. non-mobile) viewport
Is this the correct way to set the width?
The text was updated successfully, but these errors were encountered:
@anonimitoraf yes, I think that should work okay for setting the width. Is there a problem with it?
Sorry, something went wrong.
I see, so the problem is the arrow, instead of pointing to the tooltip target, is shifted all the way to the right
@anonimitoraf you would also need to adjust it's attachment placement. I wonder if this was using something like 'bottom-end'?
No branches or pull requests
Thanks so much for this package!
I intend to have a custom width for my tooltips (e.g. 60% of parent) which I set via:
When I do this though, the arrow gets misplaced
I've also tested this out on a regular web app (i.e. non-mobile) viewport
Is this the correct way to set the width?
The text was updated successfully, but these errors were encountered: