Skip to content

Commit

Permalink
fix(Tooltip): prevent close when hovering
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Apr 19, 2022
1 parent 15b4f91 commit 18c194e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/components/overlays/Tooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default {
},
containerClass: {
type: String,
default: 'z-10'
default: 'z-10 py-2'
},
tooltipClass: {
type: String,
Expand All @@ -69,7 +69,7 @@ export default {
modifiers: [{
name: 'offset',
options: {
offset: [0, 8]
offset: 0
}
},
{
Expand Down

1 comment on commit 18c194e

@vercel
Copy link

@vercel vercel bot commented on 18c194e Apr 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

nuxthq-ui.vercel.app
ui-nuxtlabs.vercel.app
ui-git-dev-nuxtlabs.vercel.app

Please sign in to comment.