From 539643f77f538f6d0c342332d14f4cf47840b7f9 Mon Sep 17 00:00:00 2001 From: tristan Date: Thu, 10 Oct 2019 16:15:22 +0800 Subject: [PATCH] fix: color params overflow-y scrllable --- src/components/ColorParam.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/ColorParam.js b/src/components/ColorParam.js index 81c3bcf..ca5878e 100644 --- a/src/components/ColorParam.js +++ b/src/components/ColorParam.js @@ -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;