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:
parent
82e6658278
commit
672e82c376
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user