diff --git a/frontend/src/component/filter/AddFilterButton.tsx b/frontend/src/component/filter/AddFilterButton.tsx index 970f484e1f..db68662fab 100644 --- a/frontend/src/component/filter/AddFilterButton.tsx +++ b/frontend/src/component/filter/AddFilterButton.tsx @@ -20,6 +20,10 @@ const StyledButton = styled(Button)(({ theme }) => ({ height: theme.spacing(3.75), })); +const StyledHtmlTooltip = styled(HtmlTooltip)(({ theme }) => ({ + zIndex: 1200, +})); + const StyledIconContainer = styled(Box)(({ theme }) => ({ display: 'flex', alignItems: 'center', @@ -109,7 +113,7 @@ export const AddFilterButton = ({ return (
{showArchiveTooltip ? ( - } @@ -119,7 +123,7 @@ export const AddFilterButton = ({ }> Add Filter - + ) : ( }> Add Filter