We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea11fe commit 14f5c51Copy full SHA for 14f5c51
knowledge-base/window-modal-minimize-popup.md
@@ -38,7 +38,7 @@ To minimize the Window to the bottom-right corner of the viewport:
38
1. Set a custom CSS class to the Window with the `Class` parameter, for example, `minimized-at-bottom`.
39
1. Apply the following styles to the `.k-window-minimized.minimized-at-bottom` CSS combinator:
40
* `top` and `left` must be `auto !important`
41
- * `bottom` and `right` must be zero or an arbitrary some small value
+ * `bottom` and `right` must be zero or an arbitrary small value
42
* `transform` must be `none`
43
44
````RAZOR
0 commit comments