Skip to content

Commit ce25026

Browse files
authored
added overflow-auto (#18976)
1 parent 76c054f commit ce25026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/changelog-next/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const props = {
4949
</p>
5050
</div>
5151
<Steps>
52-
<ol class="!mt-0" data-products={productIds}>
52+
<ol class="!mt-0 overflow-x-auto" data-products={productIds}>
5353
<li class="mb-16">
5454
<div>
5555
<a

0 commit comments

Comments
 (0)