Related issue: https://github.com/Shopify/businesses/issues/1684
The Admin Settings Modal dialog is currently using a custom scrolling component. We would prefer to use a Polaris Scrollable but we need the ability to programmatically scroll to the top of the component on navigation. Requesting that the Scrollable component either somehow expose a method/event to allow this, or for the Scrollable.ScrollTo component have an attribute that is passed to its useEffect to allow us to re-execute when needed.