Page scroll when a page is loaded that has the vaadin app in an IFRAME

Hi,
I need to use vaadin app on other website using iframe. but that is working good. But when I am using that in firefox on mac or IE than that webpage scrolling bottom. but when I using anyother website or app without vaadin than it is ok.
So my problems is when useing vaadin app inside of iframe than main page scroll down. So can anyone help how I can solve this stuff… :slight_smile:
Here I have attached my test page. please test with firefox or IE.

Best Regards
Bishwajit Barua
34510.html (199 Bytes)

Hi Bishwajit, I don’t think this has anything to do with the vaadin app. The problem is with your styling. In your html file, you have a

with height of 2000px, that could be the reason why you need to scroll down to see the iframe. I would suggest to use vh
https://snook.ca/archives/html_and_css/vm-vh-units
or put a smaller number there.