Skip to content

Commit

Permalink
fixed SubmissionBtn z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehs committed Nov 10, 2023
1 parent 25d0c9f commit 78caec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/cfp/SubmissionBtn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function SubmissionBtn({ href }: { href: string }) {
<>
<div
className={twMerge(
"fixed lg:relative bottom-0 left-0 w-full p-2 flex items-center justify-center lg:p-0",
"fixed lg:relative bottom-0 left-0 w-full p-2 flex items-center justify-center lg:p-0 z-10",
"transition-all duration-500 ease-in-out",
!show && "translate-y-[100%] opacity-0"
)}
Expand Down

0 comments on commit 78caec9

Please sign in to comment.