diff --git a/superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx b/superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx index 5ad9b7838..af91ad8ad 100644 --- a/superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx +++ b/superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx @@ -141,6 +141,7 @@ const DetailsPanelPopover = ({ } &.ant-popover { color: ${theme.colors.grayscale.light4}; + z-index: 99; } } `}