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 and dimitur2204 committed Nov 21, 2022
1 parent 2d1f16d commit 8719bfe
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 8719bfe

Please sign in to comment.