use Svelte $navigating state to update button visibility on navigation (#145)
* use Svelte $navigating state to update button visibility on navigation
* use ResizeObserver to detect changes instead of props
* remove useless intermediate function
* properly handle scrollNode prop changes