For mui v6 I was able to modify dialog paper styling through slotProps.paper.sx:
slotProps.paper.sx
<Dialog slotProps={{ paper: { sx: { position: 'absolute', bottom: 0, left: 0, marginBottom: 0, }, }, }} />