update it

This commit is contained in:
Sukchan Lee 2017-06-21 00:41:33 +09:00
parent 0f15061a23
commit 8d78e8e609
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,7 @@ Layout.defaultProps = defaultProps;
const ContainerWrapper = styled.div`
flex: 1;
overflow-y: scroll;
`;
Layout.Container = ({visible, children}) => visible ? (
@ -48,7 +49,6 @@ Layout.Container = ({visible, children}) => visible ? (
</ContainerWrapper>
) : null;
/* this is a temporal CSS */
Layout.Content = styled.div`
width: 100%;
height: 100%;