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.
This commit is contained in:
Eric 2024-01-24 17:28:43 -06:00 committed by GitHub
parent 79b5baa297
commit 298fee8229
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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