Skip to content

Commit 39cf976

Browse files
comments removed
1 parent 7f0f46f commit 39cf976

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/ui/select-react.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ function SelectReact<
302302
components={mergedComponents}
303303
isDisabled={isDisabled}
304304
isOptionDisabled={(option) => !!(option as SelectReactOption).disabled}
305-
// Portal the menu so it isn't clipped by overflow-hidden ancestors (e.g. demo previews).
306305
menuPortalTarget={typeof document !== "undefined" ? document.body : null}
307306
{...props}
308307
/>

0 commit comments

Comments
 (0)