I use the following code to move (after the user click) to the specific part of the page:
<a class="text-link font-weight-bold" href="#employees">See the list of employees</a>
So the table in the bottom of my page looks like this:
<table id="employees" ...>
...
</table>
However, this always moves the user so that he can't see the top of the table, until he scrolls a bit. Is there any way to say that I want to move to this table and add x
pixels to that distance?