Skip to content

Commit 7df7cb2

Browse files
committed
update example description
1 parent 7409595 commit 7df7cb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-core/src/components/Toolbar/examples

packages/react-core/src/components/Toolbar/examples/Toolbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In the following example, toggle the "is toolbar sticky" checkbox to see the dif
4646

4747
### Dynamic sticky toolbar
4848

49-
A toolbar may alternatively be made sticky with two properties: `isStickyBase` and `isStickyStuck` - which allows separate control of the sticky position and sticky styling respectively.
49+
A toolbar may alternatively be made sticky with two properties: `isStickyBase` and `isStickyStuck` - which allows separate control of the sticky position and sticky styling respectively. In this example, `isStickyStuck` is only applied when the sticky element is not at the top of the scroll parent container.
5050

5151
```ts file="./ToolbarDynamicSticky.tsx"
5252

0 commit comments

Comments
 (0)