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:
parent
bc3898e4eb
commit
f44ac15c15
@ -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)`
|
||||
|
Loading…
Reference in New Issue
Block a user