We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83bd84a commit ddfbfbeCopy full SHA for ddfbfbe
1 file changed
src/components/Search/FilterDropdowns/DropdownButton.tsx
@@ -36,7 +36,7 @@ const PADDING_MODAL = 8;
36
37
const ANCHOR_ORIGIN = {
38
horizontal: CONST.MODAL.ANCHOR_ORIGIN_HORIZONTAL.LEFT,
39
- vertical: CONST.MODAL.ANCHOR_ORIGIN_VERTICAL.BOTTOM,
+ vertical: CONST.MODAL.ANCHOR_ORIGIN_VERTICAL.TOP,
40
};
41
42
function DropdownButton({label, value, viewportOffsetTop, PopoverComponent}: DropdownButtonProps) {
0 commit comments