Bug Fix: company create from people + scroll settings (#545)

This commit is contained in:
Charles Bochet
2023-07-08 18:15:39 -07:00
committed by GitHub
parent ce14d22744
commit 9d25d003ca
9 changed files with 55 additions and 120 deletions

View File

@ -7,6 +7,8 @@ const StyledPanel = styled.div`
border-radius: 8px;
display: flex;
flex-direction: row;
height: 100%;
overflow: auto;
width: 100%;
`;