Skip to content

Commit e070154

Browse files
committed
Update scrollview cutoff
1 parent b438ff4 commit e070154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/index-page/how-it-works/how-it-works-list-item.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function HowItWorksListItem({
1313
{text}
1414
{icon}
1515
</div>
16-
<div className="mt-px flex-1 bg-neu-0 text-sm/[21px] [--cm-background:transparent] md:pl-2 max-md:[&_code>span]:!pl-0 [&_pre]:border-none [&_pre]:ring-0">
16+
<div className="mt-px flex-1 bg-neu-0 text-sm/[21px] [--cm-background:transparent] md:pl-2 md:[&_:is(pre,.cm-content)]:!pt-5 max-md:[&_code>span]:!pl-0 [&_pre]:border-none [&_pre]:ring-0">
1717
{code}
1818
</div>
1919
</li>

0 commit comments

Comments
 (0)