fix: Dropdown and Popover manual padding

This commit is contained in:
Benjamin Canac
2022-04-12 15:04:56 +02:00
parent 8bc4902078
commit 2e099392f1
4 changed files with 7 additions and 7 deletions

View File

@@ -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 {