mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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:
parent
79b5baa297
commit
298fee8229
1 changed files with 2 additions and 0 deletions
2
website/assets/styles/layout.less
vendored
2
website/assets/styles/layout.less
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue