Fix bug Opportunities add Plus button z-index
This commit is contained in:
@ -27,6 +27,7 @@ const StyledTopBarContainer = styled.div`
|
||||
padding: ${({ theme }) => theme.spacing(2)};
|
||||
padding-left: 0;
|
||||
padding-right: ${({ theme }) => theme.spacing(3)};
|
||||
z-index: 20;
|
||||
`;
|
||||
|
||||
const StyledLeftContainer = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user