Skip to content

Commit

Permalink
fix: Fix cookie banner on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
debjitbis08 committed Nov 25, 2024
1 parent e958750 commit f5229f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/analytics/CookieBanner.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div
x-data="cookieBanner"
x-show="showBanner"
class="fixed bottom-0 right-0 w-[80vw] md:w-[30vw] max-w-[500px] text-sm md:text-base p-4 m-4 rounded-md bg-secondary-background border border-secondary-border shadow-lg"
class="z-[9999] fixed bottom-20 right-0 w-[80vw] md:w-[30vw] max-w-[500px] text-sm md:text-base p-4 m-4 rounded-md bg-secondary-background border border-secondary-border shadow-lg"
style="display: none;"
>
<p class="mb-2">
Expand Down

0 comments on commit f5229f9

Please sign in to comment.