13
Just realized I hit 50 grid elements on one page and it broke my layout completely
I was stacking product cards in a dashboard and hit exactly 53 items before CSS Grid started glitching the margins. Has anyone else hit a weird number like that where things just fall apart?
2 comments
Log in to join the discussion
Log In2 Comments
robert_bennett2911d ago
Grid just loses its mind past 50 items for some reason, happens to me too.
3
brown.susan10d ago
Oh man, nobody's talking about the real issue here @robert_bennett29. It's not just about the grid glitching out, it's that the whole thing is based on some ancient code from like 2010 that doesn't play nice with modern browsers. I've had the same problem with big photo galleries and it's always because the developer tried to save time by using a pre-made plugin instead of building from scratch. They probably never tested it with more than 30 items lol. What gets me is how these devs just slap on a lazy fix and call it a day when a proper rewrite would solve it for good.
3