Fix hanging button

This commit is contained in:
MartinBraquet
2025-09-08 23:03:57 +02:00
parent ac5d60cd58
commit 0a538375b2

View File

@@ -569,7 +569,7 @@ export const OptionalLoveUserForm = (props: {
<Row className={'justify-end'}>
<Button
className="fixed bottom-4 right-4 z-50 text-xl"
className="fixed bottom-[90px] lg:bottom-6 right-4 z-50 text-xl"
disabled={isSubmitting}
loading={isSubmitting}
onClick={handleSubmit}