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/overscroll-behavior

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.

overscroll-behavior utilities

Tailwind CSS v4 provides the following overscroll-behavior utilities: overscroll-auto (overscroll-behavior: auto;), overscroll-contain (overscroll-behavior: contain;), overscroll-none (overscroll-behavior: none;), overscroll-x-auto (overscroll-behavior-x: auto;), overscroll-x-contain (overscroll-behavior-x: contain;), overscroll-x-none (overscroll-behavior-x: none;), overscroll-y-auto (overscroll-behavior-y: auto;), overscroll-y-contain (overscroll-behavior-y: contain;), and overscroll-y-none (overscroll-behavior-y: none;). These utilities control how the browser behaves when reaching the boundary of a scrolling area.

overscroll-contain prevents parent scrolling but preserves bounce

The overscroll-contain utility prevents scrolling in the target area from triggering scrolling in the parent element, but preserves bounce effects when scrolling past the end of the container in operating systems that support it.

overscroll-none prevents parent scrolling and bounce effects

The overscroll-none utility prevents scrolling in the target area from triggering scrolling in the parent element, and also prevents bounce effects when scrolling past the end of the container.

overscroll-auto allows parent scroll area scrolling

The overscroll-auto utility makes it possible for the user to continue scrolling a parent scroll area when they reach the boundary of the primary scroll area. This is the default overscroll behavior.

overscroll-behavior supports responsive design

The overscroll-behavior utilities support responsive design with breakpoint prefixes. The default class is overscroll-auto and the featured class for examples is overscroll-contain.

Give your agent this brain