From c1ee75dd8efc27dac85805720107703aa5916a9c Mon Sep 17 00:00:00 2001 From: Smart-Codi Date: Thu, 24 Feb 2022 18:34:21 +0000 Subject: [PATCH] fix: filter indicator pointing issue on popover (#18853) --- .../dashboard/components/FiltersBadge/DetailsPanel/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx b/superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx index 54058236c1..b5dfb0150d 100644 --- a/superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx +++ b/superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx @@ -279,7 +279,7 @@ const DetailsPanelPopover = ({ content={content} visible={visible} onVisibleChange={handlePopoverStatus} - placement="bottom" + placement="bottomRight" trigger="click" > {children}