fix(home): remove z-index from footer/main so PWA toast is not obscured

This commit is contained in:
Julien Calixte
2026-04-20 17:17:24 +02:00
parent 73253c9ad2
commit ce690b6767

View File

@@ -670,12 +670,10 @@ const showReviewCard = computed(
rgba(107, 142, 78, 0.035),
transparent 45%
);
z-index: 0;
}
main {
position: relative;
z-index: 1;
flex: 1;
}
@@ -1634,7 +1632,6 @@ img {
margin-top: 5rem;
background: linear-gradient(180deg, transparent, var(--hw-paper-warm));
position: relative;
z-index: 1;
}
.footer-inner {