diff --git a/components/share-page/style.js b/components/share-page/style.js index 6c560fa5e..8e1c3f23a 100644 --- a/components/share-page/style.js +++ b/components/share-page/style.js @@ -6,7 +6,7 @@ export const ShareIconsList = styled.div` align-items: center; justify-content: center; position: sticky; - top: 50px; + top: 65px; `; export const ShareWrap = styled.div`