diff --git a/src/views/Wallet/components/LeftNavigation/index.js b/src/views/Wallet/components/LeftNavigation/index.js index 15d2821f..6f38a2af 100644 --- a/src/views/Wallet/components/LeftNavigation/index.js +++ b/src/views/Wallet/components/LeftNavigation/index.js @@ -31,7 +31,7 @@ const Footer = styled.div` `; const Body = styled.div` - overflow: auto; + width: 320px; background: ${colors.LANDING}; `;