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 f549bf2 commit 64c2574Copy full SHA for 64c2574
examples/react-renderer/src/Autocomplete.tsx
@@ -146,7 +146,7 @@ export function Autocomplete(
146
.join(' ')}
147
{...autocomplete.getPanelProps({})}
148
>
149
- <div className="aa-PanelLayout">
+ <div className="aa-PanelLayout aa-Panel--scrollable">
150
{autocompleteState.collections.map((collection, index) => {
151
const { source, items } = collection;
152
0 commit comments