Hi Bash,
I'm not sure whether this is what you are looking for?!
See this sample app | Task_Modal
Steps to follow:
Assuming that you are referring to Content\Modal and Controls\DropdownSelect widget in the mentioned case.
- Add a custom class i.e. custom-modal to the Modal widget in the ExtendedClass property
- Add a custom class i.e. customDD to the DropdownSelect widget in the ExtendedClass property
- Define the below-mentioned CSS definition in the respective Screen Style Sheet section
CSS Snippet:
.customDD .choices__list.choices__list--dropdown {
position: relative;
}
.custom-modal.modal-wrapper {
// max-height: 130px !important; // to restrict the height of modal
}
Hope this helps you!
Kind regards,
Benjith Sam