Fixing full-bleed CSS
Summary
The article explains practical approaches to achieving full-bleed CSS layouts, comparing traditional viewport-based tricks with modern container-based techniques. It covers common issues like scrollbar behavior, offers workarounds (overflow handling, scrollbar gutter, and clipping), and presents code examples for nested containers and RTL support using container units and the @property rule.