@chriscoyier@front-end.social story time: the very first time I used container queries I was quite happy with how elegantly I could solve a layout problem. Until I noticed that each container becomes a new stacking context, and my carefully crafted z-indexes were all becoming useless. This was also almost the last time I used them, because stacking and container queries quite often come together in my projects.