chore: setting left scrollable

This commit is contained in:
zerosoul
2022-04-02 23:30:08 +08:00
parent 4fce074ef2
commit 44c143cd48
@@ -7,6 +7,8 @@ const StyledWrapper = styled.div`
height: 100%;
display: flex;
> .left {
max-height: 100vh;
overflow: scroll;
padding: 32px 16px;
min-width: 212px;
background-color: #f5f6f7;