-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
Failed to work with TanStack/virtual #499
Comments
@B-l-u-e-b-e-r-r-y Good day :) Since you are using the In case you wanna use the |
@KingSora |
Hi, I tried to implement the second example using |
Hi @KingSora I tried using the normal scrollbar component. Same thing, rows will not load |
@andreamazzatxt @Victor-Varghese Sorry for the late reply - In the example I forgot to limit the size of the viewport div.. so the virtualizer measured the div which could expand endlessly thus is could load all of the items into it. Setting a I replaced that example in my earlier post. |
Related: #639 |
Hello everyone!
I'm using the library TanStack/virtual, but it seems to conflict with OverlayScrollbars needing to set a height for the scrollbar to appear.
Here is an example: CodeSandbox
<div ref={osRef} style={{ height: "95vh" }}>
If the height is specified, the scrollbar appears.
<div ref={osRef}>
Without specifying height, the virtualizer works, but the scrollbar doesn't appear.
Could I show the scrollbar without setting the height?
Or have any ideas?
Thanks for your help.
The text was updated successfully, but these errors were encountered: