File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1130,6 +1130,11 @@ Flex Flow Direction: the 'flex-direction' property</h3>
11301130 Painting order, speech order, and sequential navigation orders
11311131 are not affected.
11321132
1133+ Note: Depending on the value of 'justify-content' ,
1134+ the reverse values of 'flex-direction' can alter the initial scroll position
1135+ on [=flex containers=] that are also [=scroll containers=] .
1136+ See [[css-align-3#overflow-scroll-position]] .
1137+
11331138<!--
11341139████████ ██ ████████ ██ ██ ██ ██ ████████ ███ ████████
11351140██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
@@ -1180,6 +1185,11 @@ Flex Line Wrapping: the 'flex-wrap' property</h3>
11801185 the <a>cross-start</a> and <a>cross-end</a> directions
11811186 are swapped.
11821187
1188+ Note: Depending on the value of 'align-content' ,
1189+ the ''wrap-reverse'' value of 'flex-wrap' can alter the initial scroll position
1190+ on [=flex containers=] that are also [=scroll containers=] .
1191+ See [[css-align-3#overflow-scroll-position]] .
1192+
11831193<!--
11841194████████ ██ ████████ ██ ██ ████████ ██ ███████ ██ ██
11851195██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
You can’t perform that action at this time.
0 commit comments