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 · Utilities reference · all subjects

overflow

13 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-y-clip utility

The overflow-y-clip utility applies overflow-y: clip; to an element.

overflow-x-visible utility

The overflow-x-visible utility applies overflow-x: visible; to an element.

overflow-y-visible utility

The overflow-y-visible utility applies overflow-y: visible; to an element.

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.

overflow-auto utility

The overflow-auto utility applies overflow: auto; to an element. It adds scrollbars to an element only in the event that its content overflows the bounds of that element.

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-visible utility

The overflow-visible utility applies overflow: visible; to an element. It prevents content within an element from being clipped, allowing any content that overflows the bounds of the element to be visible.

overflow-scroll utility

The overflow-scroll utility applies overflow: scroll; to an element. It always shows scrollbars on an element. Unlike overflow-auto, which only shows scrollbars if necessary, this utility always shows them. Note that some operating systems like macOS 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-x-scroll utility

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

overflow utilities responsive design

Overflow utilities support responsive design. They can be used with responsive breakpoint prefixes to apply different overflow behavior at different screen sizes.

Give your agent this brain