Auto scroll to top of page

Hi,
I have a issue.
I have multiple tables in page and I want display dropdown list. But, when croll down and click anywhere on any table. That always scroll to top.
I think maybe in
::ng-deep .wtHolder,

::ng-deep .wtHider,

::ng-deep .handsontable,

::ng-deep .ht_master

{

overflow: visible !important;

position: relative;

}
Help me, hold current position when click.

Hi @ngocnguyen9895

Thank you for contacting us. Can you pease share a code demo where the issue can be replicated?

Thanks, I found the solution.