fix: footer hidden behind recipe hero parallax section
The hero-section's scaleY transform created a stacking context that painted over the footer, and margin-bottom: -20vh over-compensated for the parallax gap, pulling the footer into the recipe cards. Derive margin-bottom from actual parallax parameters and make the footer position: relative so it paints above the transform layer.
This commit is contained in:
@@ -206,6 +206,7 @@ footer{
|
||||
padding-block: 1rem;
|
||||
text-align: center;
|
||||
margin-top: auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
|
||||
Reference in New Issue
Block a user