styleditor.net styleditor.net styleditor.net styleditor.net עברית accent-coloralignalignment-baselineallanchoranimationappearanceaspect-ratiobackdrop-filterbackface-visibilitybackgroundbaselineblock-sizeborderbottomboxbreakcaption-sidecaretclearclipcolorcolumncolumnscontaincontainercontentcornercountercursorcxcyddirectiondisplaydominant-baselinedynamic-range-limitempty-cellsfield-sizingfillfilterflexfloatfloodfontforced-color-adjustgapgridheighthyphenatehyphensimageime-modeinitial-letterinline-sizeinsetinteractivityinterestinterpolate-sizeisolationjustifyleftletter-spacinglighting-colorlinelistmarginmarkermaskmathmaxminmix-blend-modeobjectoffsetopacityorderorphansoutlineoverflowoverlayoverscrolloverscroll-behavioroverscroll-behavior-blockoverscroll-behavior-inlineoverscroll-behavior-xoverscroll-behavior-ypaddingpagepaint-orderperspectiveplacepointer-eventspositionprint-color-adjustquotesrreadingresizerightrotaterowrubyrulerxryscalescrollscrollbarshapespeakstopstroketab-sizetable-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

The CSS Propertie overscroll-behavior

The overscroll-behavior shorthand controls what happens when the user reaches a scroll boundary — whether scrolling chains to an ancestor, and whether browser default actions (pull-to-refresh, back navigation) fire. One value applies to both axes; two values set block then inline. .modal { overscroll-behavior: contain; } .pane { overscroll-behavior: contain none; } autoDefault. The user agent performs its usual boundary action (including scroll chaining and pull-to-refresh).containPrevents non-local boundary actions — no scroll chaining, no pull-to-refresh; local scrolling still works.noneSame as contain, and additionally prevents local boundary actions (e.g. bounce effect).chainAllows scroll chaining to the ancestor, but prevents local boundary actions. CSS Overscroll Behavior Module Level 1 Editor's Draft W3CMDN : contain auto;"> overscroll-behavior-block has been used to make it so that when the scroll boundaries of the yellow inner box are reached, the whole page does not begin to scroll. Show all code Edit CSS online The plugin that remembers hundreds of CSS items for you Every CSS property — in a live demonstration The bilingual CSS reference
definitionexamplessyntaxmodulespecificationsourcesvisual demonstration