I\'m trying to automatically open a element when a containing is called by ID, for example: http://www.example.com/page.html#container. Ideally I\'d like this to scroll to
Below I provide solution that works for nested elements:
With help of javascript you can:
Here is example that does it, code here → https://stackoverflow.com/a/55377750/544721