-
Notifications
You must be signed in to change notification settings - Fork 48
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
Consider removing or making vue-virtual-scroller optional #52
Comments
I have come across this issue in trying to customize the height of the scroller. I'm finding strange behavior on mobile and sometimes on desktop browsers the categories are overlapping. @serebrov thanks |
Related PR that adds virtual scroller - #20 |
@briancaffey @apasov I've just pushed version Updated the demo app, the "Custom Search And Preview Templates Example" example uses Also added related information to README. |
While vue-virtual-scroller helps getting some additional performance, it is not critical and component worked fast enough without it.
The disadvantage of the virtual scroller is that it adds complex HTML structure which is harder to customize (for example, it is complex to style the scroll bar).
The text was updated successfully, but these errors were encountered: