Skip to content

Commit

Permalink
fix(Dashboard): Fix blinking native filters on zoom (#18717)
Browse files Browse the repository at this point in the history
* Fix blinking filters

* Improve css pointer
  • Loading branch information
geido committed Feb 17, 2022
1 parent 4f12e27 commit db33953
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ const StyledTabs = styled(Tabs)`
margin: 0;
flex: 1;
}
& > .ant-tabs-nav .ant-tabs-nav-operations {
display: none;
}
`;

const FilterBarEmptyStateContainer = styled.div`
Expand Down

0 comments on commit db33953

Please sign in to comment.