Style sticky bottom in left navigation panel

pull/8/head
Vasek Mlejnsky 6 years ago
parent f412738daf
commit b0aa37fdc9

@ -25,6 +25,7 @@ const StickyBottom = styled.div`
position: fixed;
bottom: 0;
background: ${colors.MAIN};
border-right: 1px solid ${colors.DIVIDER};
`;
const MenuWrapper = styled.div`

Loading…
Cancel
Save