mantine
mantine copied to clipboard
ButtonGroup focus ring overlaps
Dependencies check up
- [X] I have verified that I use latest version of all @mantine/* packages
What version of @mantine/* packages do you have in package.json?
7.5.1
What package has an issue?
@mantine/core
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
Chrome
Describe the bug
Only the last one is shown normally.
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
Set position: relative; z-index: 1000 when :hover
Self-service
- [x] I would be willing to implement a fix for this issue