Skip to content

Commit

Permalink
fix: filter indicator pointing issue on popover (#18853)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemaster08240328 committed Feb 24, 2022
1 parent 0af671f commit c1ee75d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ const DetailsPanelPopover = ({
content={content}
visible={visible}
onVisibleChange={handlePopoverStatus}
placement="bottom"
placement="bottomRight"
trigger="click"
>
{children}
Expand Down

0 comments on commit c1ee75d

Please sign in to comment.