Skip to content

Commit

Permalink
Reduce z-index for pledge background
Browse files Browse the repository at this point in the history
- reduces the z-index from 251 to 99, to avoid the form not being editable.
  • Loading branch information
pkevan authored Sep 16, 2024
1 parent e1a410a commit 75eac34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/wporg-5ftf-2024/src/pledge-edit-button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

.pledge-dialog__background {
position: fixed;
z-index: 251; /* header + 1. */
z-index: 99;
top: 0;
left: 0;
bottom: 0;
Expand Down

0 comments on commit 75eac34

Please sign in to comment.