1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 02:38:18 +00:00

add overflow

This commit is contained in:
Vladimir Volek 2019-04-24 19:27:33 +02:00
parent 53e7db56d5
commit 30c4e333c3

View File

@ -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}) {