Skip to content

Commit 4c6f152

Browse files
committed
feat: バナーを手前に表示するためにz-indexを設定
1 parent b9cfdfa commit 4c6f152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/ui/common/SiteNoticeBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const SiteNoticeBanner = () => {
2121
x-init="
2222
setTimeout(()=>{ bannerVisible = true }, bannerVisibleAfter);
2323
"
24-
class="fixed top-0 left-0 w-full h-auto py-2 duration-300 ease-out bg-white shadow-sm sm:py-4"
24+
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"
2525
x-cloak
2626
>
2727
<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

Comments
 (0)