We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9cfdfa commit 4c6f152Copy full SHA for 4c6f152
website/src/components/ui/common/SiteNoticeBanner.tsx
@@ -21,7 +21,7 @@ export const SiteNoticeBanner = () => {
21
x-init="
22
setTimeout(()=>{ bannerVisible = true }, bannerVisibleAfter);
23
"
24
- class="fixed top-0 left-0 w-full h-auto py-2 duration-300 ease-out bg-white shadow-sm sm:py-4"
+ class="fixed z-50 top-0 left-0 w-full h-auto py-2 duration-300 ease-out bg-white shadow-sm sm:py-4"
25
x-cloak
26
>
27
<div class="prose relative flex flex-col sm:flex-row items-start w-full px-3 sm:px-12 mx-auto max-w-7xl flex-wrap">
0 commit comments