Skip to content

Commit

Permalink
Bits
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Dec 12, 2023
1 parent ae34881 commit cc8a235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/apps/models-modal/ModelsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export function ModelsList(props: {
<List variant='soft' size='sm' sx={{
borderRadius: 'sm',
pl: { xs: 0, md: 1 },
overflowY: 'auto',
}}>
{items}
</List>
Expand Down
2 changes: 1 addition & 1 deletion src/common/components/GoodModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function GoodModal(props: {
const showBottomClose = !!props.onClose && props.hideBottomClose !== true;
return (
<Modal open={props.open} onClose={props.onClose}>
<ModalOverflow>
<ModalOverflow sx={{p:1}}>
<ModalDialog
sx={{
minWidth: { xs: 360, sm: 500, md: 600, lg: 700 },
Expand Down

0 comments on commit cc8a235

Please sign in to comment.