File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1130,6 +1130,11 @@ Flex Flow Direction: the 'flex-direction' property</h3>
1130
1130
Painting order, speech order, and sequential navigation orders
1131
1131
are not affected.
1132
1132
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
+
1133
1138
<!--
1134
1139
████████ ██ ████████ ██ ██ ██ ██ ████████ ███ ████████
1135
1140
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
@@ -1180,6 +1185,11 @@ Flex Line Wrapping: the 'flex-wrap' property</h3>
1180
1185
the <a>cross-start</a> and <a>cross-end</a> directions
1181
1186
are swapped.
1182
1187
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
+
1183
1193
<!--
1184
1194
████████ ██ ████████ ██ ██ ████████ ██ ███████ ██ ██
1185
1195
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
You can’t perform that action at this time.
0 commit comments