Merge branch 'develop-frontend' of https://ivis.backlog.com/git/TRAIN2025_GROUP_K/joint_exc into develop-frontend

feature-frontend-stock
Masaharu.Kato 4 months ago
commit fcf96bbf97
  1. 3
      frontend/src/components/BuyDialog.tsx

@ -29,7 +29,8 @@ const BuyDialog = ({
return (
<Dialog open={openDialog} onClose={() => setOpenDialog(false)} disableScrollLock={true}>
<Dialog open={openDialog} onClose={() => setOpenDialog(false)} disableScrollLock={true} PaperProps={{ sx: { minHeight: '500px', maxHeight: '80vh' } }}
>
<DialogTitle></DialogTitle>
<DialogContent>
<Box sx={{ pt: 1 }}>

Loading…
Cancel
Save