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/overflow

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

overflow-auto utility

The overflow-auto utility applies overflow: auto; to an element. It adds scrollbars to an element only when its content overflows the bounds of that element, unlike overflow-scroll which always shows scrollbars.

overflow-hidden utility

The overflow-hidden utility applies overflow: hidden; to an element. It clips any content within an element that overflows the bounds of that element.

overflow-clip utility

The overflow-clip utility applies overflow: clip; to an element. It is used for controlling how an element handles content that is too large for the container.

overflow-scroll utility

The overflow-scroll utility applies overflow: scroll; to an element. It adds scrollbars to an element and always shows them, unlike overflow-auto which only shows scrollbars if they are necessary. Some operating systems like macOS may hide unnecessary scrollbars regardless of this setting.

overflow-x-auto utility

The overflow-x-auto utility applies overflow-x: auto; to an element. It allows horizontal scrolling if needed.

overflow-y-auto utility

The overflow-y-auto utility applies overflow-y: auto; to an element. It allows vertical scrolling if needed.

overflow-x-clip utility

The overflow-x-clip utility applies overflow-x: clip; to an element. It clips content that overflows horizontally.

overflow-y-clip utility

The overflow-y-clip utility applies overflow-y: clip; to an element. It clips content that overflows vertically.

overflow-x-visible utility

The overflow-x-visible utility applies overflow-x: visible; to an element. It prevents horizontal content from being clipped.

overflow-y-visible utility

The overflow-y-visible utility applies overflow-y: visible; to an element. It prevents vertical content from being clipped.

overflow-x-scroll utility

The overflow-x-scroll utility applies overflow-x: scroll; to an element. It allows horizontal scrolling and always shows horizontal scrollbars unless always-visible scrollbars are disabled by the operating system.

overflow-y-scroll utility

The overflow-y-scroll utility applies overflow-y: scroll; to an element. It allows vertical scrolling and always shows vertical scrollbars unless always-visible scrollbars are disabled by the operating system.

Give your agent this brain