fix: Filter overlay in dashboard when scrolling (#15140)

This commit is contained in:
Michael S. Molina 2021-06-14 10:34:36 -03:00 committed by GitHub
parent 3866044938
commit 82ad053e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,6 +141,7 @@ const DetailsPanelPopover = ({
}
&.ant-popover {
color: ${theme.colors.grayscale.light4};
z-index: 99;
}
}
`}