Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.