From 298fee8229f7f51734ff31f805f40bf077d01097 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 24 Jan 2024 17:28:43 -0600 Subject: [PATCH] Website: Update footer styles (#16330) Closes: #16329 Changes: - Updated the website footer to have a higher z-index than the parallax image layers on the homepage and product landing pages to prevent the layers of the image from covering the links in the footer. --- website/assets/styles/layout.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/assets/styles/layout.less b/website/assets/styles/layout.less index 4f86b1a52a..ed5d60a1e8 100644 --- a/website/assets/styles/layout.less +++ b/website/assets/styles/layout.less @@ -324,6 +324,8 @@ html, body { padding-bottom: 32px; padding-top: 40px; max-width: 1248px; + position: relative; + z-index: 9999; } [purpose='footer-nav'] { display: flex;