From 26600bd32bce043ff6160fccaac98b134941822c Mon Sep 17 00:00:00 2001 From: Tristan Date: Thu, 10 Oct 2019 21:09:38 +0800 Subject: [PATCH] fix: color param cirlce --- src/components/ColorParam.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/ColorParam.js b/src/components/ColorParam.js index ca5878e..e68e9dc 100644 --- a/src/components/ColorParam.js +++ b/src/components/ColorParam.js @@ -9,11 +9,10 @@ const Wrapper = styled.section` flex-direction: column; margin-right: 0.5rem; margin-top: 0.6rem; - overflow-y: scroll; - max-height: 100vh; + overflow: visible; .item { border-top: 1px solid rgba(255, 255, 255, 0.6); - padding: 1rem 0.2rem 0.6rem 0.2rem; + padding: 0.8rem 0 0.4rem 0.2rem; position: relative; &.cmyk { padding-left: 2.4rem;