Moved Layout to be a wrapper for routes

This commit is contained in:
Jori Lallo
2017-06-24 17:14:36 -07:00
parent aa0ddd94bf
commit b8d0666c63
11 changed files with 211 additions and 222 deletions

View File

@ -154,8 +154,12 @@ const MenuLink = styled(Link)`
`;
const Content = styled(Flex)`
height: 100%;
overflow: scroll;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 250px;
`;
const Sidebar = styled(Flex)`