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.