mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-20 07:44:01 -05:00
Fix hanging button
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user