jscroll
jscroll copied to clipboard
CSS Grid incompatable
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.