Blog
Making a Next.js Blog Responsive — And the backdrop-filter Trap That Broke Everything
I added a hamburger menu, responsive spacing, and touch targets to a Next.js blog. The real lesson was discovering that CSS backdrop-filter silently turns parent elements into containing blocks for fixed-position children.