From 42c9c0d35451f7c4fbcb329c541a715fd5ba7e10 Mon Sep 17 00:00:00 2001 From: Marin Bratanov Date: Tue, 6 Jul 2021 20:06:39 +0300 Subject: [PATCH] docs(window): tip about scrollbars for large content --- components/window/size.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/window/size.md b/components/window/size.md index 2bbfb302a8..d3bf98f446 100644 --- a/components/window/size.md +++ b/components/window/size.md @@ -22,6 +22,8 @@ The Window offers three ways for you to control its size: If you know the size you need, just set it to the `Width` and/or `Height` parameters. They can take valid CSS values (see the [Dimensions]({%slug common-features/dimensions%}) article). >note If you do not set dimensions, no `width` and `height` CSS rules will be set, and the browser will render the Window element with dimensions according to its contents, like any other `
` element. This may adversely affect [positioning](position). +> +> When you set dimensions, content larger than those dimensions will produce scrollbars in the window. >caption Set Width and Height to a Window