Skip to content

Commit

Permalink
Fix overlapping bug in Campaign Details page (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka authored Nov 16, 2022
1 parent 0b9676d commit cf60f67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/campaigns/ViewCampaignPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default function ViewCampaignPage({ slug }: Props) {
order: -1,
marginTop: `-${theme.spacing(3)}`,
minWidth: '100vw',
zIndex: 100,
}}>
<InlineDonation campaign={campaign} />
</Grid>
Expand Down

0 comments on commit cf60f67

Please sign in to comment.