Skip to content

Commit

Permalink
Fix new proposal button on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
tiltom committed Nov 6, 2023
1 parent a1fa2d1 commit 1d8611a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const NewProposalButton: FC<NewProposalButtonProps> = ({
<Tooltip
content={t(pageTranslations.activeProposalError)}
disabled={!hasActiveProposal}
className="sm:ml-3 sm:relative fixed bottom-0 left-0 right-0"
className="mb-3 sm:mb-0 ml-3 sm:relative"
>
<div className="bg-gray-90 sm:bg-transparent p-4 pb-8 sm:p-0 border-t sm:border-none border-gray-60 flex items-center justify-center z-10 sm:z-0">
<Button
Expand Down

0 comments on commit 1d8611a

Please sign in to comment.