File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -905,6 +905,19 @@ Sizing Grid Containers</h3>
905905 in the appropriate axis,
906906 when the grid is sized under a <a>max-content constraint</a> (<a>min-content constraint</a> ).
907907
908+ <h3 id='overflow'>
909+ Scrollable Grid Overflow</h3>
910+
911+ Just as it is included in intrinsic sizing (see above),
912+ the <a>grid</a> is also included
913+ in a <a>grid container</a> ’s <a>scrollable overflow region</a> .
914+
915+ Note: Beware the interaction with padding
916+ when the <a>grid container</a> is a <a>scroll container</a> :
917+ additional padding is defined to be added
918+ to the <a>scrollable overflow rectangle</a>
919+ as needed to enable ''place-content: end'' alignment of scrollable content.
920+ See [[css-overflow-3#scrollable]]
908921
909922<!--
910923 ██████ ██ ███ ██ ██ ████████ ████ ██ ██ ██████
@@ -917,7 +930,7 @@ Sizing Grid Containers</h3>
917930-->
918931
919932<h3 id="overlarge-grids">
920- Clamping Overly Large Grids</h3>
933+ Limiting Large Grids</h3>
921934
922935 Since memory is limited,
923936 UAs may clamp the possible size of the <a>implicit grid</a>
You can’t perform that action at this time.
0 commit comments