Update style.scss

Increase z-index
This commit is contained in:
Paul Kevan 2024-09-17 08:24:17 +01:00 committed by GitHub
parent 75eac345d5
commit 8cb21cb3c5
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);
@ -47,7 +47,7 @@
.pledge-dialog__background {
position: fixed;
z-index: 99;
z-index: 251;
top: 0;
left: 0;
bottom: 0;