-
Notifications
You must be signed in to change notification settings - Fork 455
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
FIX: overflow of long description #30
Conversation
…ze of the spotlight so maybe not the best solution
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this update,
But for certain cases your code produces some issues.(Run this PR in our example app and check the second screen UI of showcase animation).
Please resolve that issue and update PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also resolve some conflicts for Master branch as well so that we can merge it easily.
@gitaaron Could you please check the review and resolve conflicts? |
This seems to be fixed now. |
Try to see if the content will overflow as hidden by the screen and if so place a limit on the tooltip width. If a limit is placed then the text seems to overflow to a new line.
I also added an option to add padding to the 'spotlight' as I personally think its a little more aesthetically pleasing.