Skip to content

Feature: Flex Grid VScroll #1

@john-theo

Description

@john-theo

Amazing work! I have been looking for a js vscroll solution, without any frameworks. And I ended up here. I tried the demo, and am largely satisfied with the current result. But when it comes to "multi-column" vscroll, most vscroll project just put it in the wip or gotcha section. But I think in my case, padding height of a flex css grid is calculatable.

I have a bunch of square containers with their parent has these css styles:

display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
gap: 20px;

How should I use this project? Do you have any suggestions for me?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions