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

Image Grid #61

Open
CRortyDG opened this issue May 2, 2024 · 1 comment
Open

Image Grid #61

CRortyDG opened this issue May 2, 2024 · 1 comment

Comments

@CRortyDG
Copy link

CRortyDG commented May 2, 2024

When you expand the grid of a 'Top' list, the grid displays one less column than the top row.

The carousel row continues falling off the page, and this is causing a duplicate first wrapped item.

image

The grid and the scroll able carousel are two different items of complete lists, currently the grid list is shifted to overlap its top row. This can be fixed by hiding the carousel when the grid is displayed and undoing the transform: translateY(-278px); and other css that forces the grid to overlap with the carousel.

image

when we remove the css we see the two full lists
image

Then hiding the carousel gives us our desired view -

image

@CRortyDG
Copy link
Author

CRortyDG commented May 2, 2024

This also provides cleaner functionality (imo) when using the pagination as the row only shifts up, instead of both the carousel and row shifting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant