Skip to content

Commit

Permalink
always disable portal
Browse files Browse the repository at this point in the history
  • Loading branch information
diyorbek committed Jun 7, 2024
1 parent 612fd41 commit 4bd2103
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 4bd2103

Please sign in to comment.