I have a droprdown i applied chosen style, i'm facing issue when i click dropdown, the dropdown options are getting overlapped as shown in the screen shot. I tried to change the Z-index style & display in CSS nothing helped. Please help me on this.
$('.chosen-select').chosen({});
$('.chosen-select').trigger('chosen:updated');
<select class="chosen-select" id="MLddl" data-ng-model="selectedddl" style="width: 200px !important; margin-left: 0px;"><option data-ng-repeat="data in Dropdown" value="{{data.OpportunityId}}">{{data.EntityName}}</option></select>