I have div where i have css class orcitMultiselectTreeviewHeight and inside i have another div element that is using orcitMultiselectTreeview and inside i have another div that is using class orcitMultiselectTreeviewTagList. So i want to target styling for orcitMultiselectTreeviewTagList. how can i achieve this task ?
main.css
.orcitMultiselectTreeview.orcitMultiselectTreeview .orcitMultiselectTreeviewTagList {
max-height: 5em;
overflow: scroll;
}