Skip to content

Commit

Permalink
fix z index footer (#1968)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 authored Dec 5, 2023
1 parent bcca1db commit 94d5a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Footer = () => {
'lg:pb-24',
'gap-y-8',
'md:gap-y-0',
'z-10'
'z-[1]'
)}
>
<div
Expand Down

1 comment on commit 94d5a9a

@vercel
Copy link

@vercel vercel bot commented on 94d5a9a Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

governance-ui – ./

app.realms.today
governance-ui-git-main-solana-labs.vercel.app
governance-ui-solana-labs.vercel.app

Please sign in to comment.