fix: color params overflow-y scrllable

This commit is contained in:
tristan 2019-10-10 16:15:22 +08:00
parent 4e5e0c71f9
commit 539643f77f

View File

@ -9,6 +9,8 @@ const Wrapper = styled.section`
flex-direction: column;
margin-right: 0.5rem;
margin-top: 0.6rem;
overflow-y: scroll;
max-height: 100vh;
.item {
border-top: 1px solid rgba(255, 255, 255, 0.6);
padding: 1rem 0.2rem 0.6rem 0.2rem;