💄(frontend) enhance invitation modal position
Based on User's feedback. Having the dialog position visually in the participant tile is confusing for the user. Position the dialog to be explicitly outside of a participant tile container.
This commit is contained in:
committed by
aleb_the_flash
parent
634f1924be
commit
e9210213b1
@@ -10,8 +10,8 @@ import { RiCloseLine, RiFileCopyLine, RiSpam2Fill } from '@remixicon/react'
|
||||
const StyledRACDialog = styled(Dialog, {
|
||||
base: {
|
||||
position: 'fixed',
|
||||
left: 30,
|
||||
bottom: 90,
|
||||
left: '0.75rem',
|
||||
bottom: 80,
|
||||
display: 'flex',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
|
||||
Reference in New Issue
Block a user