Currently, I am utilizing Angular Material2's dialog component. Within the dialog, I have incorporated input fields and angular2-dropdown-multiselect.
The issue arises when I open the dropdown, as it automatically adds a scrollbar to the dialog box.
https://i.sstatic.net/Aee9y.png
I am aiming for the dialog to resize itself dynamically instead of displaying a scroll bar when opening the multi-select dropdown.
Despite attempting to assign a max-height property to the dialog box, I have been unsuccessful in resolving this problem :(