From bc3898e4ebe0f4e57e2639ec032e5f15522d5efb Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Thu, 20 Dec 2018 19:18:29 +0100 Subject: [PATCH] make overflow visible and scrollable --- src/views/Wallet/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Wallet/index.js b/src/views/Wallet/index.js index 78679df7..1a63e5f5 100644 --- a/src/views/Wallet/index.js +++ b/src/views/Wallet/index.js @@ -53,7 +53,6 @@ const WalletWrapper = styled.div` display: flex; flex-direction: row; border-radius: 4px 4px 0px 0px; - overflow: hidden; margin-top: 32px; @media screen and (max-width: 1170px) { @@ -66,6 +65,7 @@ const MainContent = styled.article` flex: 1; display: flex; flex-direction: column; + overflow: auto; `; const Navigation = styled.nav`