-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Scrollbars in ScrollArea are never displayed #7632
Comments
I don't know why. I find scrollarea in change logs, after add |
I am also able to reproduce this, in both Safari and Chrome, on any version of mantine/core greater than 7.15.1. Even going to the demo page for ScrollArea it is impossible to see the scroll bar with any permutation of settings. The |
For Table.ScrollContainer it also doesnt works. i can confirm this on Mantine v7.17.2 and v7.17.3 |
i have this issue after update from 7.17.2 to 7.17.3 too i check, after downgrade to 7.17.2 this error went away |
This issue also affects components like |
Fixed in 7.14.4 |
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.17.3
What package has an issue?
@mantine/core
What framework do you use?
Vite
In which browsers you can reproduce the issue?
Chrome
Describe the bug
Scrollbars do not appear for any
type
value inScrollArea
. This problem appeared in version7.17.3
. Everything works in version7.17.2
. Reproduction example is given on the documentation page.If possible, include a link to a codesandbox with a minimal reproduction
https://mantine.dev/core/scroll-area/
Possible fix
No response
Self-service
The text was updated successfully, but these errors were encountered: