mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 02:53:43 +03:00
Update style.scss
Increase z-index
This commit is contained in:
parent
75eac345d5
commit
8cb21cb3c5
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
.pledge-dialog {
|
.pledge-dialog {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 100;
|
z-index: 252;
|
||||||
width: 25rem;
|
width: 25rem;
|
||||||
margin-top: var(--wp--preset--spacing--10);
|
margin-top: var(--wp--preset--spacing--10);
|
||||||
padding: var(--wp--preset--spacing--20);
|
padding: var(--wp--preset--spacing--20);
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
|
|
||||||
.pledge-dialog__background {
|
.pledge-dialog__background {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 99;
|
z-index: 251;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
Loading…
Reference in a new issue