When a scrollbar appears, it can slightly change the available page width and cause your layout to jump.New text block
Solution
.css
Note
scrollbar-gutter: stable reserves space for the scrollbar even when it isn’t visible, keeping the layout width consistent.
Useful for: modals, dropdowns, page transitions, and pages with changing content height.