mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 17:00:36 +01:00
fix: Dropdown and Popover manual padding
This commit is contained in:
@@ -131,7 +131,7 @@ export default {
|
||||
modifiers: [{
|
||||
name: 'offset',
|
||||
options: {
|
||||
offset: [0, 8]
|
||||
offset: 0
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -221,7 +221,7 @@ export default {
|
||||
closeTimeout = closeTimeout || setTimeout(() => {
|
||||
menuApi.value.closeMenu && menuApi.value.closeMenu()
|
||||
closeTimeout = null
|
||||
}, 200)
|
||||
}, 0)
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user