Skip to content

Commit

Permalink
fix submission btn z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
simbafs committed Nov 10, 2023
1 parent 7b2c057 commit ce36f6a
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 z-50",
"fixed lg:relative bottom-0 left-0 w-full p-2 flex items-center justify-center lg:p-0 z-30",
"transition-all duration-500 ease-in-out",
!show && "translate-y-[100%] opacity-0"
)}
Expand Down

0 comments on commit ce36f6a

Please sign in to comment.