We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.page.
Package com.vaadin.flow.component.page
Annotation Interface BodySize
Defines the body size that will be added to the HTML of the host pages.
If no @BodySize
has been applied, the default values
height:100vh
and width:100%
will be used, so the body will
fill the entire viewport. If you don't want to set any size for the body, you
must apply an empty @BodySize
annotation to disable the default
values.
Since:
1.0
Author:
Vaadin Ltd
-
Optional Element Summary
Optional Elements