-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
Small glitch when using a confirm modal without children #6324
Comments
sebastien-prudhomme
changed the title
Small glitch when using a confirm modal without a close button
Small glitch when using a confirm modal without children
Jun 2, 2024
Prasiddha22
pushed a commit
to Prasiddha22/mantine
that referenced
this issue
Jun 2, 2024
This happens because of:
Not sure if it really worth adding some logic to fix this (if it worth, please let me know). It can be fixed on the spot using
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.10.1
What package has an issue?
@mantine/modals
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
Chrome
Describe the bug
Small visual glitch on the button focus when the confirm modal is not using children:
Sample code:
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
No response
Self-service
The text was updated successfully, but these errors were encountered: