File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -664,9 +664,13 @@ Expanding Clipping Bounds: the 'overflow-clip-margin' property</h3>
664664 and [[css-backgrounds-3#shadow-shape]] ,
665665 noting in particular the formula for outsets beyond the [=border edge=] .
666666
667- If the box is a [=scroll container=] ,
668- the [=overflow clip edge=] is clamped to stay within the element's [=padding box=] .
669- (This does not affect the [=computed value|computed=] or [=used value=] of this property.)
667+ If the box is a [=scroll container=] :
668+
669+ * the [=overflow clip edge=] is clamped to stay within the element's [=padding box=] .
670+ (This does not affect the [=computed value|computed=] or [=used value=] of this property.)
671+ * the ''border-box'' value
672+ behaves as ''padding-box''
673+ and ignores any specified offset.
670674
671675 Note: This property was previously defined to only affect ''overflow: clip'' .
672676 It now also affects [=scroll containers=] ,
You can’t perform that action at this time.
0 commit comments