Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
fix: use disbalePortal option to fix more menu (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Wizard authored Sep 26, 2024
1 parent c2256f6 commit 0f045a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const ListboxContainer = ({
search: isPopover ? true : 'toggle' as stardust.SearchMode,
isPopover,
components,
disablePortal: false,
}, dqOptionsOverrides || {});

// @ts-ignore
Expand Down

0 comments on commit 0f045a4

Please sign in to comment.