Autoscrolling part-way down page on refresh

Hello,

Issue:

We’re experiencing an issue where our Retool app autoscrolls part-way down the page immediately after a load or refresh, and I’m struggling to identify what’s triggering it. Initially, I thought it was scrolling to a particular tabbed container containing a table, but I’m no longer convinced this is the cause.

Steps I've taken to troubleshoot:

  1. Confirmed there are no components calling scrollIntoView()

  2. Confirmed there are no scripts calling .focus()

  3. Tried various appearance/layout edits, e.g. changing table height from fixed to auto (this seemed to solve it initially, but the issue returned)

  4. Re-created the tabbed container from scratch

For reference, the page contains multiple containers and tabbed containers, all of which contain tables.

I’m wondering whether tabbed containers can affect scroll position during render, and if there’s any workaround for this. I’m aware I could force the page to scroll back to the top on load, but that feels clunky.

Any ideas or suggestions would be appreciated.