mantine icon indicating copy to clipboard operation
mantine copied to clipboard

ButtonGroup focus ring overlaps

Open songkeys opened this issue 2 years ago • 0 comments

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

SCR-20240207-sjgl SCR-20240207-sjob SCR-20240207-sjqd

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

songkeys avatar Feb 07 '24 13:02 songkeys