Fix footer z-index bug
This commit is contained in:
parent
42d6cb35d7
commit
9d15ea7334
|
@ -152,7 +152,7 @@ body {
|
|||
|
||||
/* grid top */
|
||||
.footer .container {
|
||||
z-index: 99;
|
||||
z-index: 2;
|
||||
grid-row: 1/2;
|
||||
grid-column: 1/2;
|
||||
padding-top: 3rem;
|
||||
|
|
Loading…
Reference in New Issue
Block a user