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