You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
button-bug.mp4
If possible, include a link to a codesandbox with a minimal reproduction
Dependencies check up
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
button-bug.mp4
If possible, include a link to a codesandbox with a minimal reproduction
https://mantine.dev/core/popover/
Possible fix
No response
Self-service