How to create dialog box scrollable

i made a dialog box but the dialog box’s has purchase item list so there more then 500 items so i want to make that dialog box scrollable

1 Like

Set the overflow and max-width style for the modal-body element in the dialog.

For example: overflow: auto; max-height: 200px;

You can access it as dialog.wrapper.find('.modal-body')

dialog%20scroll

and one more thing i want static both two field supplier and items as given in screen shot

@pratu16x7
Thank you so much that is helpful