Skip to content

Commit

Permalink
[Dropdown]: Always disable portal
Browse files Browse the repository at this point in the history
  • Loading branch information
diyorbek committed Jun 7, 2024
1 parent 0006d45 commit 0c0656e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gestalt/src/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export default function Dropdown({
accessibilityLabel="Dropdown"
anchor={anchor}
color="white"
disablePortal={isWithinFixedContainer}
disablePortal
id={id}
idealDirection={idealDirection}
onDismiss={onDismiss}
Expand Down

0 comments on commit 0c0656e

Please sign in to comment.