Skip to content

Commit 684ba38

Browse files
svdimitryordan-mitev
authored andcommitted
Update components/grid/virtual-scrolling.md
Co-authored-by: Yordan <[email protected]>
1 parent 8d10d26 commit 684ba38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/virtual-scrolling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Set the `Height` parameter to a `string` value. The value can be in:
2929

3030
* Pixels&mdash;for example, `Height="480px"`.
3131
* Percent&mdash;for example, `Height="30%"`. If you set the `Height` parameter to a percentage value, ensure that the wrapper of the Grid has a fixed height set in pixels.
32-
* `vh` or other relative CSS units (e.g., `vmin`, `vmax`).
32+
* Relative CSS units like vh, vmin, and vmax&mdash;for example, `Height="30vh"`.
3333

3434
The tabs below show how to set the `Height` parameter with the different value options.
3535

0 commit comments

Comments
 (0)