1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 21:08:57 +00:00

fix horizontal overflow in ff

This commit is contained in:
slowbackspace 2019-01-25 11:31:52 +01:00
parent 82e6658278
commit 672e82c376

View File

@ -25,6 +25,8 @@ const AbsoluteWrapper = styled.aside`
border-top-left-radius: 4px;
border-right: 1px solid ${colors.DIVIDER};
overflow-x: hidden;
@media screen and (max-width: ${SCREEN_SIZE.SM}) {
position: absolute;
height: calc(100% - 52px);