jscroll icon indicating copy to clipboard operation
jscroll copied to clipboard

CSS Grid incompatable

Open kwaanonline opened this issue 7 years ago • 0 comments

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.

kwaanonline avatar Jan 10 '18 10:01 kwaanonline