Skip to content

Commit

Permalink
fix subheader children on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
olexh committed Mar 10, 2024
1 parent 9e11ffe commit c807c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/sub-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const Component = ({
) : (
<Title>{title}</Title>
)}
<div className="inline-flex gap-4 overflow-x-scroll">
<div className="inline-flex gap-4 overflow-x-scroll no-scrollbar">
{children}
</div>
</div>
Expand Down

0 comments on commit c807c1a

Please sign in to comment.