diff --git a/app/scenes/Document/components/Contents.tsx b/app/scenes/Document/components/Contents.tsx index fa24ddccb..82012e822 100644 --- a/app/scenes/Document/components/Contents.tsx +++ b/app/scenes/Document/components/Contents.tsx @@ -107,7 +107,7 @@ const Sticky = styled.div` background: ${s("background")}; transition: ${s("backgroundTransition")}; - margin-top: 80px; + margin-top: calc(50px + 6vh); margin-right: 52px; min-width: 204px; width: 228px;