Skip to content

Commit 64c2574

Browse files
docs(examples): update panel markup in React renderer
1 parent f549bf2 commit 64c2574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/react-renderer/src/Autocomplete.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export function Autocomplete(
146146
.join(' ')}
147147
{...autocomplete.getPanelProps({})}
148148
>
149-
<div className="aa-PanelLayout">
149+
<div className="aa-PanelLayout aa-Panel--scrollable">
150150
{autocompleteState.collections.map((collection, index) => {
151151
const { source, items } = collection;
152152

0 commit comments

Comments
 (0)