Vaadin view in Iframe

Hi,
I need to create anchor like functionality. So when user clicks on a button it should jump to a certain point of the view.
I run my vaadin application inside an iframe. And I use UI.getCurrent().scrollIntoView(component) method.
It works fine when I am not having iframe on top of the view. But when I have it there, then it stops working.
Can anyone help please?

Don’t know if this helps, but have you tried this add on?
https://vaadin.com/directory#!addon/waypoints-add-on

Thanks I will check that :slight_smile: