Scrollbar gutters

Compare how each value affects alignment when the content stops overflowing.

Default behavior

scrollbar-gutter: auto;

Centered heading

The scrollbar takes space only while it is needed.

When this extra content is hidden, the scrollbar disappears and the heading shifts as that space is reclaimed.

Scroll down to see all of the overflowing content.

Reserved gutter

scrollbar-gutter: stable;

Centered heading

The scrollbar takes space only while it is needed.

When this extra content is hidden, the scrollbar disappears and the heading shifts as that space is reclaimed.

Scroll down to see all of the overflowing content.

Balanced gutters

scrollbar-gutter: stable both-edges;

Centered heading

The scrollbar takes space only while it is needed.

When this extra content is hidden, the scrollbar disappears and the heading shifts as that space is reclaimed.

Scroll down to see all of the overflowing content.