Web: Common: Fixed overlay of the section header on the banner.

This commit is contained in:
Tatiana Lopaeva 2022-03-16 15:01:26 +03:00
parent 8231afe6d1
commit 064bc634ca
2 changed files with 6 additions and 6 deletions

View File

@ -44,7 +44,7 @@ const StyledMainBar = styled.div`
}
${isMobile &&
css`
z-index: 149;
z-index: 150;
position: fixed;
top: 48px;
`};

View File

@ -30,11 +30,11 @@ const StyledSection = styled.section`
.main-bar--hidden {
${isMobile &&
css`
transition: top 0.3s cubic-bezier(0, 0, 0.5, 1);
-moz-transition: top 0.3s cubic-bezier(0, 0, 0.5, 1);
-ms-transition: top 0.3s cubic-bezier(0, 0, 0.5, 1);
-webkit-transition: top 0.3s cubic-bezier(0, 0, 0.5, 1);
-o-transition: top 0.3s cubic-bezier(0, 0, 0.5, 1);
transition: top 0.3s cubic-bezier(0, 0, 0.8, 1);
-moz-transition: top 0.3s cubic-bezier(0, 0, 0.8, 1);
-ms-transition: top 0.3s cubic-bezier(0, 0, 0.8, 1);
-webkit-transition: top 0.3s cubic-bezier(0, 0, 0.8, 1);
-o-transition: top 0.3s cubic-bezier(0, 0, 0.8, 1);
`}
}
.main-bar--hidden {