fixed view switcher by changing zindex of TopBar (#4685)
This commit is contained in:
@ -27,7 +27,7 @@ const StyledTopBar = styled.div<{ displayBottomBorder: boolean }>`
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding-left: ${({ theme }) => theme.spacing(2)};
|
padding-left: ${({ theme }) => theme.spacing(2)};
|
||||||
padding-right: ${({ theme }) => theme.spacing(2)};
|
padding-right: ${({ theme }) => theme.spacing(2)};
|
||||||
z-index: 5;
|
z-index: 7;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledLeftSection = styled.div`
|
const StyledLeftSection = styled.div`
|
||||||
|
|||||||
Reference in New Issue
Block a user