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}) {