I found an odd behaviour on the website I was creating and made a sandbox with a reduced example here:
https://codesandbox.io/s/mantine-menu-issue-i0lv2s?file=/src/App.jsx
The Menu target gets smaller when the menu is open, but the 'hitbox' to click it seems to remain the original size.
I can't find any trace of this with the inspector, maybe it has to do with how the Popover works in Mantine?
Thanks in advance for any help.