You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - I've run into an issue with using jscroll on a CSS Grid based layout. I was trying to load in a series of divs via AJAX into a grid container, but because jscroll puts content into it's own container before insertion, it breaks the parents grid layout.
To test, create a container with a multi-column CSS Grid layout and load in a series of divs via ajax - they will all fit within a single column because of the container. Without that container, the divs will layout correctly.
The text was updated successfully, but these errors were encountered:
Hi - I've run into an issue with using jscroll on a CSS Grid based layout. I was trying to load in a series of divs via AJAX into a grid container, but because jscroll puts content into it's own container before insertion, it breaks the parents grid layout.
To test, create a container with a multi-column CSS Grid layout and load in a series of divs via ajax - they will all fit within a single column because of the container. Without that container, the divs will layout correctly.
The text was updated successfully, but these errors were encountered: