DialogBody

Scrolling

Dialog body content that exceeds the size of the container will automatically scroll.

<DemoLayout>
  <Dialog>
    <DialogHeader>
      <DialogTitle>Title</DialogTitle>
    </DialogHeader>
    <DialogBody>
      {content}
    </DialogBody>
  </Dialog>
</DemoLayout>