I have a simple Vaadin 8 application that doesn't show a vertical scroll ba

I’m using the Vaadin designer to generate a few simple screens. When the application loads the main page it looks great and works great in a full size browser window. When I resize the browser to see how it looks I noticed I can’t scroll down to see all my components, no vertical scroll bar.

I’ve poked around the forums a bit and saw a common answer was to use a panel as the root elelment so I wrapped my vertical layout in a panel. No help. Any thoughts on how to get the scroll bar to appear when the browser resizes?

Having the same issue.