Skip to content
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

Closed
1 of 2 tasks
AlexeyEsin opened this issue Mar 28, 2025 · 6 comments
Closed
1 of 2 tasks

Scrollbars in ScrollArea are never displayed #7632

AlexeyEsin opened this issue Mar 28, 2025 · 6 comments
Labels
Fixed Completed issues that will be published with next patch (1.0.X)

Comments

@AlexeyEsin
Copy link

Dependencies check up

  • I have verified that I use latest version of all @mantine/* packages

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 in ScrollArea. This problem appeared in version 7.17.3. Everything works in version 7.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

  • I would be willing to implement a fix for this issue
@suruiran
Copy link

suruiran commented Mar 31, 2025

I don't know why. I find scrollarea in change logs, after add offsetScrollbars="present", it's works.

@sdushay
Copy link

sdushay commented Apr 1, 2025

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 offsetScrollbars="present" workaround from @suruiran works, but does not cover any nested ScrollAreas that may be used under the hood in other Mantine components.

@Ashkumar7
Copy link

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 offsetScrollbars="present" workaround from @suruiran works, but does not cover any nested ScrollAreas that may be used under the hood in other Mantine components.

For Table.ScrollContainer it also doesnt works. i can confirm this on Mantine v7.17.2 and v7.17.3

@sasha5434
Copy link

sasha5434 commented Apr 3, 2025

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

@0xc0dec
Copy link

0xc0dec commented Apr 3, 2025

This issue also affects components like Select or MultiSelect (probably anything Combobox-based).

@rtivital rtivital added the Fixed Completed issues that will be published with next patch (1.0.X) label Apr 8, 2025
@rtivital
Copy link
Member

rtivital commented Apr 8, 2025

Fixed in 7.14.4

@rtivital rtivital closed this as completed Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed Completed issues that will be published with next patch (1.0.X)
Projects
None yet
Development

No branches or pull requests

7 participants