Prevent unwanted Layout Shifts caused by Scrollbars with the scrollbar-gutter CSS property
A side-effect when showing scrollbars on the web is that the layout of the content might change depending on the type of scrollbar. The `scrollbar-gutter` CSS property aims to give us developers more control over that.