I've created a Kibana dashboard which I want to embed in an iframe on a webpage. The problem I'm facing is that once the Kibana dashboard is fully loaded, the iframe is getting focus. And because the iframe is located at the bottom of the page, the page suddenly scrolls down. I want to prevent this automatic scroll and leave it up to the user to scroll through the webpage.
I think the scroll is happening either because of the fragment in the dashboard url (.../app/kibana #/dashboard/...), or because of some Javascript which is triggered by Kibana.