Clicking at the very top edge of the button doesn't trigger the button's action
Author: dreamlaxCreated Jul 15, 2026Updated Aug 2, 2026
Labels?
Dependencies check up
- I have verified that I use latest version of all @mantine/* packages
What version of @mantine/* packages do you have in package.json?
9.4.1
What package has an issue?
@mantine/core
What framework do you use?
Vite
In which browsers you can reproduce the issue?
Other, I will specify in the bug description
Describe the bug
Tested on Firefox and Safari on macOS and also Firefox on Windows.
Clicking on the very topmost pixel of a button shows the pointer cursor indicating that the button is interactive, but when clicking the button, nothing happens.
The issue is reproducible on mantine.dev
https://github.com/user-attachments/assets/baa3f1b6-0bb2-45bb-a0da-e24b93d2fffc
If possible, include a link to a codesandbox with a minimal reproduction
https://mantine.dev/core/popover/
Possible fix
No response
Self-service
- I would be willing to implement a fix for this issue
Source: mantinedev/mantine