1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 09:18:09 +00:00

Fixed width in navigation body

This commit is contained in:
Vladimir Volek 2018-09-17 10:21:41 +02:00
parent 91f20e0dd2
commit 19e3e983de

View File

@ -31,7 +31,7 @@ const Footer = styled.div`
`; `;
const Body = styled.div` const Body = styled.div`
overflow: auto; width: 320px;
background: ${colors.LANDING}; background: ${colors.LANDING};
`; `;