Fixed z-index issue inside the footer

This commit is contained in:
Erik Tiekstra
2021-09-15 11:29:56 +02:00
parent a3944cf311
commit 7c8dbdb6b6

View File

@@ -3,7 +3,6 @@
.footer {
position: relative;
z-index: 1;
display: flex;
justify-content: space-between;
align-items: flex-start;