Skip to content

Commit

Permalink
Make pages scrollable while dropdown open
Browse files Browse the repository at this point in the history
refs -
  • Loading branch information
Oksamies committed Nov 2, 2023
1 parent 38bd243 commit ca6cc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cyberstorm/src/components/DropDown/DropDown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function DropDown(props: DropDownProps) {

return (
<div className={styles.root}>
<RadixDropDown.Root defaultOpen={defaultOpen}>
<RadixDropDown.Root modal={false} defaultOpen={defaultOpen}>
<RadixDropDown.Trigger asChild disabled={!content}>
{React.isValidElement(trigger)
? React.cloneElement(trigger as ReactElement, {
Expand Down

0 comments on commit ca6cc92

Please sign in to comment.