Fix footer z-index bug

This commit is contained in:
Tanner Collin 2021-12-22 05:59:04 +00:00
parent 42d6cb35d7
commit 9d15ea7334

View File

@ -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;