fix: image zoom scroll (#1038)
This commit is contained in:
@@ -26,7 +26,7 @@ export const ImagePreview: FunctionComponent<Props> = ({ objectUrl }) => {
|
|||||||
}
|
}
|
||||||
: {
|
: {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
inset: 0,
|
top: 0,
|
||||||
margin: 'auto',
|
margin: 'auto',
|
||||||
}),
|
}),
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user