fix(Tooltip): prevent close when hovering

This commit is contained in:
Benjamin Canac
2022-04-19 16:09:04 +02:00
parent 15b4f913ae
commit 18c194e839

View File

@@ -54,7 +54,7 @@ export default {
},
containerClass: {
type: String,
default: 'z-10'
default: 'z-10 py-2'
},
tooltipClass: {
type: String,
@@ -69,7 +69,7 @@ export default {
modifiers: [{
name: 'offset',
options: {
offset: [0, 8]
offset: 0
}
},
{