Reduce z-index for pledge background

- reduces the z-index from 251 to 99, to avoid the form not being editable.
This commit is contained in:
Paul Kevan 2024-09-16 09:47:12 +01:00 committed by GitHub
parent e1a410ae1d
commit 75eac345d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@
.pledge-dialog__background { .pledge-dialog__background {
position: fixed; position: fixed;
z-index: 251; /* header + 1. */ z-index: 99;
top: 0; top: 0;
left: 0; left: 0;
bottom: 0; bottom: 0;