mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-18 17:33:43 +03:00
Update style.scss
Increase z-index
This commit is contained in:
parent
75eac345d5
commit
8cb21cb3c5
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue