Skip to content

Commit

Permalink
fix banner z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualevitiello committed Jul 20, 2023
1 parent d4aca13 commit 117bd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Banner() {
return (
<>
{bannerOpen && (
<div className="fixed bottom-0 right-0 w-full md:bottom-8 md:right-12 md:w-auto z-60">
<div className="fixed bottom-0 right-0 w-full md:bottom-8 md:right-12 md:w-auto z-50">
<div className="bg-slate-800 text-slate-50 text-sm p-3 md:rounded shadow-lg flex justify-between">
<div className="text-slate-500 inline-flex">
<a
Expand Down

1 comment on commit 117bd2e

@vercel
Copy link

@vercel vercel bot commented on 117bd2e Jul 20, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.