diff --git a/superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx b/superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx index 54058236c1d2d..b5dfb0150d59e 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}