I see I asked the same question before the forum moved back to Vaadin: TabSheet moves depending on content, and tall tab-content causes double vertical scrollbars
( The problem came back because we did a restructuring of the outer layout )
Based on that, I can get rid of the outer scrollbars by seting overflow:hidden on the VerticalLayout.
Next, I’ll try to find the right place to set it in my actual application