fix: Filter overlay in dashboard when scrolling (#15140)
This commit is contained in:
parent
3866044938
commit
82ad053e50
|
|
@ -141,6 +141,7 @@ const DetailsPanelPopover = ({
|
|||
}
|
||||
&.ant-popover {
|
||||
color: ${theme.colors.grayscale.light4};
|
||||
z-index: 99;
|
||||
}
|
||||
}
|
||||
`}
|
||||
|
|
|
|||
Loading…
Reference in New Issue