Skip to content

Commit

Permalink
rm horizontal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlau committed Feb 9, 2025
1 parent ccf7f08 commit 8dc0aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PreviewCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function PreviewCard({ selectedData }: PreviewCardProps) {
)}
val={""}
/>
<Grid style={{ overflowY: "auto" }}>
<Grid style={{ overflowY: "auto", overflowX: "hidden" }}>
<Grid.Col span={12} h={120}>
{success && (
<Notification
Expand Down

0 comments on commit 8dc0aff

Please sign in to comment.