mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
fix(Tooltip): prevent close when hovering
This commit is contained in:
@@ -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
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user