From 19e3e983deb16e920f5db6e0a567be424ef93b24 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Mon, 17 Sep 2018 10:21:41 +0200 Subject: [PATCH] Fixed width in navigation body --- src/views/Wallet/components/LeftNavigation/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; `;