i am using syncfusion pager, dropdownlist in our application please open the below link.
https://stackblitz.com/edit/angular-nv6myv?file=src%2Fapp%2Fapp.component.html
data will change based on the number of items selected from dropdown. after selecting the 20 items from drop down go to bottom of the page by scrolling. drop down list is showing bottom of the drop down box. but i want to show dropdown list items always top of the dropdown box.
Please provide any solution.
#div_top { z-index:9; }
#div_bottom{ z-index:-1; }
– kapitan