mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 02:38:18 +00:00
add overflow
This commit is contained in:
parent
53e7db56d5
commit
30c4e333c3
@ -30,6 +30,8 @@ const Wrapper = styled.div`
|
||||
height: 100%;
|
||||
flex: 1;
|
||||
align-items: center;
|
||||
overflow-y: hidden;
|
||||
overflow-x: auto;
|
||||
padding: 0px 30px 0 35px;
|
||||
|
||||
@media screen and (max-width: ${SCREEN_SIZE.MD}) {
|
||||
|
Loading…
Reference in New Issue
Block a user