A modal rendered inside a component with overflow: hidden or a transform is clipped by an ancestor no amount of z-index will escape. Keeping the logical position while…
Layout shift is nearly always an element that reserved no space and then took some, and images are the largest single cause. Browsers compute an aspect ratio from…
3.2 in August makes the compiler macro stable. Every component ended with a return listing what it had just declared, and a compiler can work that out.
Bootstrap 5 builds a right-to-left stylesheet with RTLCSS, so direction handling is a build output rather than a set of overrides. The rename from ml to ms and…
.form-group is gone and the spacing it provided is now expected to come from margin utilities on each element. This is the change with the largest template surface,…
5.7 added loading=”lazy” to iframes as well as images, and an embed without dimensions now reserves no space until it loads. The layout shift is the visible symptom:…