Skip to content

Commit 8007785

Browse files
authored
Update packages/react-core/src/components/Toolbar/examples/ToolbarDynamicSticky.tsx
1 parent 514cf53 commit 8007785

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-core/src/components/Toolbar/examples/ToolbarDynamicSticky.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const ToolbarDynamicSticky = () => {
4545

4646
return (
4747
<div id="dynamic-sticky-scroll-parent" ref={scrollParentRef} style={{ overflowY: 'scroll', height: '200px' }}>
48-
<Toolbar id="toolbar-sticky" inset={{ default: 'insetNone' }} isStickyBase isStickyStuck={isStickyStuck}>
48+
<Toolbar id="toolbar-dynamic-sticky" inset={{ default: 'insetNone' }} isStickyBase isStickyStuck={isStickyStuck}>
4949
<ToolbarContent>
5050
<ToolbarItem>
5151
<SearchInput

0 commit comments

Comments
 (0)