Web: Common: PageLayout: fixed position SectionToggler

This commit is contained in:
Artem Tarasov 2020-10-26 13:02:52 +03:00
parent 5f59dc385b
commit 61443b6e0a
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ const StyledArticleBody = styled.div`
height: 100%;
@media ${tablet} {
height: calc(100% - 80px);
height: calc(100% - 104px);
display: table;
width: 100%;

View File

@ -8,6 +8,7 @@ const StyledSectionToggler = styled.div`
height: 64px;
position: fixed;
bottom: 0;
right: 16px;
display: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);