79562358

Date: 2025-04-08 14:43:46
Score: 0.5
Natty:
Report link

For mui v6 I was able to modify dialog paper styling through slotProps.paper.sx:

<Dialog
 slotProps={{
  paper: {
   sx: {
    position: 'absolute',
    bottom: 0,
    left: 0,
    marginBottom: 0,
   },
  },
 }}
/>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Titenis