diff --git a/web/ASC.Web.Components/src/components/page-layout/index.js b/web/ASC.Web.Components/src/components/page-layout/index.js index fe2258edaa..d207829510 100644 --- a/web/ASC.Web.Components/src/components/page-layout/index.js +++ b/web/ASC.Web.Components/src/components/page-layout/index.js @@ -12,6 +12,7 @@ const StyledArticle = styled.article` flex-direction: column; width: 264px; transition: width .3s ease-in-out; + overflow: hidden auto; @media ${device.tablet} { ${props => props.visible @@ -85,6 +86,7 @@ const StyledSection = styled.section` flex-grow: 1; display: flex; flex-direction: column; + overflow: hidden auto; `; const StyledSectionHeader = styled.div`