Scrollable body section for a dialog.
Use inside <ui-dialog> or a ModalService content component to render the main content area with automatic overflow scrolling.
<ui-dialog>
<ui-dialog-body> <p>Are you sure you want to proceed?</p></ui-dialog-body> Copy
<ui-dialog-body> <p>Are you sure you want to proceed?</p></ui-dialog-body>
Scrollable body section for a dialog.
Use inside
<ui-dialog>or a ModalService content component to render the main content area with automatic overflow scrolling.Example