Skip to content

Commit ddfbfbe

Browse files
committed
Fix Dropdown button default anchor
1 parent 83bd84a commit ddfbfbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Search/FilterDropdowns/DropdownButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const PADDING_MODAL = 8;
3636

3737
const ANCHOR_ORIGIN = {
3838
horizontal: CONST.MODAL.ANCHOR_ORIGIN_HORIZONTAL.LEFT,
39-
vertical: CONST.MODAL.ANCHOR_ORIGIN_VERTICAL.BOTTOM,
39+
vertical: CONST.MODAL.ANCHOR_ORIGIN_VERTICAL.TOP,
4040
};
4141

4242
function DropdownButton({label, value, viewportOffsetTop, PopoverComponent}: DropdownButtonProps) {

0 commit comments

Comments
 (0)