We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 864c695 + 50f7aa4 commit d9aac9fCopy full SHA for d9aac9f
packages/frappe-ui-react/src/components/autoComplete/autoComplete.tsx
@@ -349,7 +349,7 @@ const Autocomplete: React.FC<AutocompleteProps> = ({
349
)}
350
body={({ isOpen: isPopoverOpen }) =>
351
isPopoverOpen && (
352
- <div className="relative mt-1 w-fit max-w-md rounded-lg bg-surface-modal text-base shadow-2xl">
+ <div className="relative mt-1 max-w-md rounded-lg bg-surface-modal text-base shadow-2xl">
353
{!hideSearch && (
354
<div>
355
<div className="sticky top-0 z-[100] flex items-stretch space-x-1.5 bg-surface-modal py-1.5 rounded-lg">
0 commit comments