We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7.5.1
@mantine/core
Next.js
Chrome
Only the last one is shown normally.
https://mantine.dev/core/button/#buttongroup
Set position: relative; z-index: 1000 when :hover
position: relative; z-index: 1000
:hover
The text was updated successfully, but these errors were encountered:
Is this issue still open? if Yes, can you provide the some steps to reproduce this issue.
Sorry, something went wrong.
[@mantine/core] Fix incorrect focus ring styles in Button.Group and A…
e175771
…ctionIcon.Group components (#5736)
57031df
Fixed in 7.6.1
No branches or pull requests
Dependencies check up
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
https://mantine.dev/core/button/#buttongroup
Possible fix
Set
position: relative; z-index: 1000
when:hover
Self-service
The text was updated successfully, but these errors were encountered: