Skip to content

Commit

Permalink
* popover: fix cannot scroll dropdown menu in some cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Nov 7, 2024
1 parent 34cea6e commit daf2ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/popover/src/vanilla/popover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ export class Popover<O extends PopoverOptions = PopoverOptions, E extends Compon
});
}
});
});
}, {ancestorResize: false});
}

render(options?: Partial<O>) {
Expand Down

0 comments on commit daf2ddd

Please sign in to comment.