fix: deal editor drawer size changed
This commit is contained in:
@ -22,7 +22,7 @@ const DealEditorDrawer: FC<DrawerProps<Props>> = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Drawer
|
<Drawer
|
||||||
size={isMobile ? "100%" : "60%"}
|
size={isMobile ? "100%" : "40%"}
|
||||||
position={"right"}
|
position={"right"}
|
||||||
onClose={onClose}
|
onClose={onClose}
|
||||||
removeScrollProps={{ allowPinchZoom: true }}
|
removeScrollProps={{ allowPinchZoom: true }}
|
||||||
|
|||||||
Reference in New Issue
Block a user