fixed view switcher by changing zindex of TopBar (#4685)

This commit is contained in:
arnavsaxena17
2024-03-28 01:45:29 +05:30
committed by GitHub
parent d687523e22
commit f00b9f229a

View File

@ -27,7 +27,7 @@ const StyledTopBar = styled.div<{ displayBottomBorder: boolean }>`
justify-content: space-between;
padding-left: ${({ theme }) => theme.spacing(2)};
padding-right: ${({ theme }) => theme.spacing(2)};
z-index: 5;
z-index: 7;
`;
const StyledLeftSection = styled.div`