mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-03 21:00:55 +00:00
scrollable top navigation
This commit is contained in:
parent
bc3898e4eb
commit
f44ac15c15
@ -21,8 +21,9 @@ const Wrapper = styled.div`
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 0px 30px 0 40px;
|
padding: 0px 30px 0 35px;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
|
overflow-x: scroll;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledNavLink = styled(NavLink)`
|
const StyledNavLink = styled(NavLink)`
|
||||||
|
Loading…
Reference in New Issue
Block a user