Fix buttons and z-index (#1438)

* Fix buttons

* Remove useless code
This commit is contained in:
Charles Bochet
2023-09-04 17:52:03 +02:00
committed by GitHub
parent 2eac5df05b
commit d04c661ffd
10 changed files with 25 additions and 28 deletions

View File

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