1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed popper skidding and padding

This commit is contained in:
Fedor Katurov 2022-07-21 11:27:35 +07:00
parent bdf803a70c
commit 0d34ecbac8
2 changed files with 8 additions and 2 deletions

View file

@ -42,7 +42,13 @@ const MenuButton: FC<MenuButtonProps> = ({
{ {
name: 'offset', name: 'offset',
options: { options: {
offset: [-10, 10], offset: [0, 10],
},
},
{
name: 'preventOverflow',
options: {
padding: 10,
}, },
}, },
], ],

File diff suppressed because one or more lines are too long