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.
Annotation Type BodySize
-
@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public @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 valuesheight:100vh
andwidth: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