Section courante

A propos

Section administrative du site

overscroll-behavior

Comportement de défilement excessif
Tailwind CSS

Classe

overscroll-behavior

Description

Cet utilitaire définit le comportement lors du dépassement du défilement (rebond, propagation, etc.), important pour UX mobile et défilement enchaîné.

Définition

Classe Styles
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;
overscroll-y-none overscroll-behavior-y: none;


Dernière mise à jour : Vendredi, le 6 février 2026