Commit 089a2702 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Adjust position of arrow on AutocompleteList

parent b62fa227
......@@ -111,7 +111,7 @@ export default function AutocompleteList({
<ul tabIndex={-1} aria-label="Suggestions" role="listbox" {...props}>
{items}
</ul>
<MenuArrowUp classes="top-[-10px]" />
<MenuArrowUp classes="top-[-10px] left-[3px]" />
</Card>
</div>
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment