21
Spent 3 days debugging a CSS grid layout that broke on Safari
I was building a simple product grid for a client site and spent 72 hours tracking down why columns weren't lining up. Turned out Safari doesn't handle subgrid the same way Chrome does. Anyone else run into browser quirks that ate way more time than expected?
2 comments
Log in to join the discussion
Log In2 Comments
wood.uma4d ago
Safari and I have a love-hate relationship. Mostly hate.
3
nelson.wren5d ago
Veto anything with `display: grid` on Safari until you test it first. That browser has been the bane of my CSS existence for years.
2