mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-01 08:41:18 +03:00
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:
parent
e1a410ae1d
commit
75eac345d5
|
@ -47,7 +47,7 @@
|
|||
|
||||
.pledge-dialog__background {
|
||||
position: fixed;
|
||||
z-index: 251; /* header + 1. */
|
||||
z-index: 99;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
|
|
Loading…
Reference in a new issue