Increase z-index for pledge background (#320)

Increase z-index.
This commit is contained in:
Paul Kevan 2024-09-17 10:58:56 +01:00 committed by GitHub
parent e1a410ae1d
commit 841706515c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
.pledge-dialog {
position: absolute;
z-index: 100;
z-index: 252;
width: 25rem;
margin-top: var(--wp--preset--spacing--10);
padding: var(--wp--preset--spacing--20);