diff --git a/frontend/src/component/filter/AddFilterButton.tsx b/frontend/src/component/filter/AddFilterButton.tsx index db68662fab..6d9606d594 100644 --- a/frontend/src/component/filter/AddFilterButton.tsx +++ b/frontend/src/component/filter/AddFilterButton.tsx @@ -21,7 +21,7 @@ const StyledButton = styled(Button)(({ theme }) => ({ })); const StyledHtmlTooltip = styled(HtmlTooltip)(({ theme }) => ({ - zIndex: 1200, + zIndex: theme.zIndex.drawer, })); const StyledIconContainer = styled(Box)(({ theme }) => ({