I have some problem with Grid from Vaadin 7. I have container with data in Grid. So I was tring to display this on screen, by adding it to vertical layout.
But unfortunately I have the empty box only with 2 scroll bars, and bellow this I have my "grid" with my data.
I try adding a style in chrome to grid-scroller "position:absolute" and then, everything was working fine.
What is the solution for this problem? Have You even have this problem before?
I add styles, and "position:absolute" to css, and this solved the problem