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-modeobjectoffsetopacityorderorphansoutlineoverflowoverflow-anchoroverflow-blockoverflow-clip-marginoverflow-inlineoverflow-wrapoverflow-xoverflow-yoverlayoverscrollpaddingpagepaint-orderperspectiveplacepointer-eventspositionprint-color-adjustquotesrreadingresizerightrotaterowrubyrulerxryscalescrollscrollbarshapespeakstopstroketab-sizetable-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

overflow-anchor CSS Property

The overflow-anchor property controls an element's participation in scroll anchoring — a mechanism that prevents scroll "jumps" when content above the viewport changes (e.g. lazy-loaded images). Automatic in all modern browsers. .animated-banner { overflow-anchor: none; } .comments-list { overflow-anchor: auto; } .carousel { overflow-anchor: none; } autoElement may serve as an anchor (default).noneElement and descendants are excluded from anchor selection — useful for frequently-resizing elements (carousels, animations). CSS Scroll Anchoring Module Level 1 Editor's Draft W3CMDN
Line Number: 10
Line Number: 9
Line Number: 8
Line Number: 7
Line Number: 6
Line Number: 5
Line Number: 4
Line Number: 3
Line Number: 2
Line Number: 1
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