From 30c4e333c34f1cb8e1d427738e241f15d65ed53d Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Wed, 24 Apr 2019 19:27:33 +0200 Subject: [PATCH] add overflow --- src/views/Wallet/components/TopNavigationAccount/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/Wallet/components/TopNavigationAccount/index.js b/src/views/Wallet/components/TopNavigationAccount/index.js index a7f313f4..b092c67b 100644 --- a/src/views/Wallet/components/TopNavigationAccount/index.js +++ b/src/views/Wallet/components/TopNavigationAccount/index.js @@ -30,6 +30,8 @@ const Wrapper = styled.div` height: 100%; flex: 1; align-items: center; + overflow-y: hidden; + overflow-x: auto; padding: 0px 30px 0 35px; @media screen and (max-width: ${SCREEN_SIZE.MD}) {