Skip to content

Commit 86f069a

Browse files
committed
[css-grid-1] Grid is included in scrollable overflow area. #3638
1 parent 88883ec commit 86f069a

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

css-grid-1/Overview.bs

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)