T
16

Just realized our site's mobile menu disappeared after a vendor updated their CSS library last Tuesday

Our checkout button still works but the nav is invisible on phones, and the diff shows they swapped a display:block for display:grid without a fallback, has anyone else gotten burned by auto-updating a third-party stylesheet mid-month?
1 comments

Log in to join the discussion

Log In
1 Comment
sullivan.john
Last Tuesday my vendor pushed a tiny CSS update that killed the hover states on our listing cards, took me three hours to find it because everything looked fine on desktop. I feel your pain on the display:grid swap, that's a classic move where they assume everyone's browser is modern and forget the fallback. We ended up pinning the entire stylesheet version after that mess, no more auto-updates for us. Mid-month is the worst timing too, right when you're in the middle of other stuff and can't drop everything to debug. Hope you get it patched quick, nothing worse than a menu that just vanishes on the device most people use.
3