Web: Common: Article: add margin

This commit is contained in:
Viktor Fomin 2022-07-25 16:47:04 +03:00
parent ee5a326bc8
commit 0b706db9ff

View File

@ -77,6 +77,11 @@ const StyledArticle = styled.article`
props.showText && (isMobileOnly || isMobileUtils()) ? "230" : "205"};
.article-body__scrollbar {
${isMobileOnly &&
css`
margin-top: 32px !important;
`}
.scroll-body {
overflow-x: hidden !important;
height: calc(100% - 200px);