Skip to content

Commit d1b7fea

Browse files
yoshiko-pgfantasai
authored andcommitted
[css-scroll-snap-1] Add missing Axis to sample code
1 parent 851531d commit d1b7fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-scroll-snap-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ Re-snapping After Layout Changes</h4>
451451

452452
<pre class="lang-css">
453453
.log {
454-
scroll-snap-type: proximity;
454+
scroll-snap-type: y proximity;
455455
align-content: end;
456456
}
457457
.log::after {

0 commit comments

Comments
 (0)