Rene Haas
Rene Haas
@c9mbundy yes, thats usually how such libraries work. Sometimes they provide a option where you can specify the `viewport`, then you could specify there the new element create by OverlayScrollbars....
@c9mbundy Unfortunately you'll need to wait until the release of `v2.0.0`. I can't address this issue in `v.1` because its definitely a breaking change.
`v2` released today where this issue should be fixed :)
Good day @ferferga Please describe your usecase specific usecase.. With your description I'm not sure whether this feature would make sense. Right now you could just do something like: ```js...
@ferferga sorry for letting you wait, had some work to do in the past weeks.. I understand your need for this feature but I think your usecase might not be...
@ferferga I belive there is a missunderstanding of what the Vue Component (or any other framework component does).. Is your expectation that the Component tracks its children and applies the...
@ferferga anything new here? :)
@aleksey-hoffman @ferferga I'm open for creating a package which could help with your issues. Something like `overlayscrollbars-observed` (bad with names, I'm open for any suggestion). In that package you would...
It took a bit of time, but with `v2` `OverlayScrollbars` should work with all virtual scroll libraries. I've created a small example for `FixedSizeList` here: https://stackblitz.com/edit/react-8glpkm?file=index.js and also an example...
@Rychu-Pawel I'm looking into it!