Skip to content

Commit

Permalink
Cookie banner's z-axis should be adjusted (#244)
Browse files Browse the repository at this point in the history
Fixes #241
  • Loading branch information
wkenned1 authored Jan 26, 2025
1 parent 36b0598 commit 7a4fc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CookieBanner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function Example() {

return (
<div
className={`${hide ? "hidden" : ""} fixed inset-x-0 bottom-0 flex flex-col justify-between gap-x-8 gap-y-4 bg-secondary p-6 ring-1 ring-gray-900/10 md:flex-row md:items-center lg:px-8`}
className={`${hide ? "hidden" : ""} fixed inset-x-0 bottom-0 z-50 flex flex-col justify-between gap-x-8 gap-y-4 bg-secondary p-6 ring-1 ring-gray-900/10 md:flex-row md:items-center lg:px-8`}
>
<p className="max-w-4xl text-sm/6 text-content-1">
This site uses cookies. Check our cookie policy (TLDR: no personal
Expand Down

0 comments on commit 7a4fc43

Please sign in to comment.