Height Problem

I am working with vaadin in a java SpringBoot project.I designed a side menu but it cuts my link button and all the page.
Why this is blank and how to get rid of it?
17304781.png

You probably need to set the height of some layout to 100%. Hard to say without seeing any code or the generated DOM.