Auto jump to top of page

Hi, I have multiple table like this.


I want to display dropdown list. But, when I click cell of any table. That always auto jump to top of page.
::ng-deep .wtHolder,
::ng-deep .wtHider,
::ng-deep .handsontable,
::ng-deep .ht_master {
overflow: visible !important;
position: relative;
}
I think issue in this code. Help me keep position when click and display dropdown list also.
Thanks,

Closed as a duplicate of: Auto scroll to top of page