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

Fixes appbar tooltips #74

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Fixes appbar tooltips #74

merged 1 commit into from
Oct 8, 2024

Conversation

havok2063
Copy link
Contributor

This PR closes #73 for the tooltips on the app bar. The default tooltip option has interactive: true to allow for html links inside the tooltip. But this means the tooltip gains focus when you move the mouse cursor over it. On the app bar, the auto placement was to the right, causing it so sometimes cover up the next route in the bar. This PR changes the placement to the bottom and strategy to fixed so the tooltip boundary and expand beyond its parent container.

See https://vue-tippy.netlify.app/props#popperoptions and https://popper.js.org/docs/v2/constructors/#strategy.

@havok2063 havok2063 added bug Something isn't working enhancement New feature or request labels Oct 8, 2024
@havok2063 havok2063 self-assigned this Oct 8, 2024
@havok2063 havok2063 merged commit e0297de into main Oct 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

toolbar hover tip hovers too long
1 participant