Vaadin page Height

I want to remove the height restriction from the java page name called BootstrapHandler.java, i have remove the height and again build the jar filed called vaadin-server-7.0.0 but there is no effect of that change.

Any body guide me how i can able to change the Height from 100 % to nothing because i am having 3 Inner page in one page due to main page height i am getting Scroll bar in inner page.

Please guide me for this.

best regards,
Kalpesh

Biztechnosys
12932.jpg

A couple of options that came to mind:

  • Use a custom theme and override the size using CSS:

html, body { height: auto; } - Extend the VaadinServlet and override one of the methods that write the bootstap page:
Customizing the startup page in an application