1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-31 19:30:53 +00:00

make overflow visible and scrollable

This commit is contained in:
slowbackspace 2018-12-20 19:18:29 +01:00
parent 6f287412b8
commit bc3898e4eb

View File

@ -53,7 +53,6 @@ const WalletWrapper = styled.div`
display: flex;
flex-direction: row;
border-radius: 4px 4px 0px 0px;
overflow: hidden;
margin-top: 32px;
@media screen and (max-width: 1170px) {
@ -66,6 +65,7 @@ const MainContent = styled.article`
flex: 1;
display: flex;
flex-direction: column;
overflow: auto;
`;
const Navigation = styled.nav`