Skip to content

Commit

Permalink
Fix blinking filters
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed Feb 14, 2022
1 parent 42d97fb commit 41390a5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ const StyledTabs = styled(Tabs)`
margin: 0;
flex: 1;
}
& .ant-tabs-nav-operations {
display: none;
}
`;

export interface FiltersBarProps {
Expand Down

0 comments on commit 41390a5

Please sign in to comment.