TextArea remove scroll in vaadin 10

Hi, devs. Help me with this problem, please.

TextArea in Vaadin 10 is good - it has height autosize unlike textarea in Vaadin 8.

But when we put it into VerticalLayout with setSizeFull(); (i mean vertical layout setSizeFull(); ) it gets scroll again.

Please, tell me, how to remove this scroll and keep its height autosize?

JavaVaadin Vaadinjava:
Hi, devs. Help me with this problem, please.

TextArea in Vaadin 10 is good - it has height autosize unlike textarea in Vaadin 8.

But when we put it into VerticalLayout with setSizeFull(); (i mean vertical layout setSizeFull(); ) it gets scroll again.

Please, tell me, how to remove this scroll and keep its height autosize?

In this case we need to set its parent display: block; and textarea display: inline-block;