new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Tailwind CSS v4 · all subjects

utilities/scrollbar-gutter

5 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

scrollbar-gutter utilities available in Tailwind CSS

Tailwind CSS v4 provides three scrollbar-gutter utilities: scrollbar-gutter-auto applies scrollbar-gutter: auto;, scrollbar-gutter-stable applies scrollbar-gutter: stable;, and scrollbar-gutter-both applies scrollbar-gutter: stable both-edges;.

scrollbar-gutter-auto use case

The scrollbar-gutter-auto utility reserves gutter space only when the browser would normally show a scrollbar, allowing space to collapse when scrolling is not needed.

scrollbar-gutter-stable prevents layout shift

The scrollbar-gutter-stable utility reserves space for the scrollbar even when an element is not overflowing, preventing layout shift when content becomes scrollable.

scrollbar-gutter-both reserves space on both edges

The scrollbar-gutter-both utility reserves matching gutter space on both sides of an element using scrollbar-gutter: stable both-edges;, useful for symmetrical layouts.

scrollbar-gutter utilities support responsive design

The scrollbar-gutter utilities (scrollbar-gutter-auto, scrollbar-gutter-stable, scrollbar-gutter-both) support responsive design variants, allowing different gutter behavior at different breakpoints.

Give your agent this brain