1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 21:08:57 +00:00

Style sticky bottom in left navigation panel

This commit is contained in:
Vasek Mlejnsky 2018-08-28 08:32:04 +02:00
parent f412738daf
commit b0aa37fdc9

View File

@ -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`