Web: Common: Changed height and deleted position fixed for article

This commit is contained in:
TatianaLopaeva 2020-11-10 10:52:06 +03:00
parent e65c62a282
commit 326d2e50a9
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const StyledArticlePinPanel = styled.div`
@media ${tablet} {
display: block;
position: fixed;
//position: fixed;
bottom: 0;
width: 208px;
z-index: 10;

View File

@ -42,6 +42,7 @@ const StyledArticle = styled.article`
? `
min-width: 240px;
margin-top: 56px;
height: calc(100% - 56px)!important;
`
: `
position: fixed !important;