Skip to content

Commit

Permalink
fix(modal-checkout): z-index when used w/ Campaigns
Browse files Browse the repository at this point in the history
  • Loading branch information
adekbadek committed Mar 8, 2023
1 parent 48beafa commit d47c1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/donate/styles/view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
width: 100%;
height: 100%;
background: rgba( 0, 0, 0, 0.5 );
z-index: 9999;
z-index: 99999;
&__content {
position: absolute;
top: 50%;
Expand Down

0 comments on commit d47c1e8

Please sign in to comment.