diff --git a/packages/webapp/components/footer/FooterPlusButton.tsx b/packages/webapp/components/footer/FooterPlusButton.tsx index 6eb9d81658..bbc393f15f 100644 --- a/packages/webapp/components/footer/FooterPlusButton.tsx +++ b/packages/webapp/components/footer/FooterPlusButton.tsx @@ -53,7 +53,7 @@ export function FooterPlusButton(): ReactElement { {...props} icon={} variant={ButtonVariant.Primary} - className="absolute bottom-24 right-4 z-1 ml-auto justify-self-center border border-border-subtlest-tertiary" + className="fixed right-4 z-3 border border-border-subtlest-tertiary bottom-safe-offset-16" /> {children} - {showNav &&
} + {showNav &&
} );