feat(ui): fix image fit

- Prevent init, current & control images from overflowing
This commit is contained in:
psychedelicious
2023-06-05 16:43:18 +10:00
parent b1000e30c1
commit 099e1e7c08
3 changed files with 7 additions and 2 deletions

View File

@ -72,9 +72,10 @@ const InitialImagePreview = () => {
sx={{
width: 'full',
height: 'full',
position: 'relative',
position: 'absolute',
alignItems: 'center',
justifyContent: 'center',
p: 4,
}}
>
<IAIDndImage