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

scrollable top navigation

This commit is contained in:
slowbackspace 2019-01-03 10:56:04 +01:00
parent bc3898e4eb
commit f44ac15c15

View File

@ -21,8 +21,9 @@ const Wrapper = styled.div`
flex: 1;
align-items: center;
justify-content: space-between;
padding: 0px 30px 0 40px;
padding: 0px 30px 0 35px;
max-width: 600px;
overflow-x: scroll;
`;
const StyledNavLink = styled(NavLink)`