devlint / gridlex

Just a CSS Flexbox Grid System
http://gridlex.devlint.fr
MIT License
1.38k stars 144 forks source link

Broken layout with dynamically loaded html #36

Closed macsupport closed 7 years ago

macsupport commented 7 years ago

I made a test page using your cards layout. The page uses handlebars to load a template populated by json data. The html loads as expected but the the resulting grid layout shows all the cards in a single column and as one scrolls down the page, each card gets smaller and smaller until they disappear! I can't find any errors in the code I am using so far but totally confused as to why this happens with the css. Here is a link to the test page: Demo page Hope I am just missing something simple to get this to work.

macsupport commented 7 years ago

After much exploration, it is an issue on my side. Works fine now.