UX: Can't see error message about deploy key without scrolling to the top of the page
As reported in https://gitlab.com/gitlab-com/support-forum/issues/4036, to reproduce:
- Go to
:project/settings/repositoryand add an existing SSH key to the Deploy Key. - You then see this:
- You have to scroll to the top of the page to see the error:
I think this is happening because the submit reloads the same page, but #js-deploy-keys-settings is still the anchor. We should probably
scroll back to the top of the page if there is a flash content.

