diff --git a/src/views/Wallet/components/LeftNavigation/components/StickyContainer/index.js b/src/views/Wallet/components/LeftNavigation/components/StickyContainer/index.js index bab539c0..9a360f14 100644 --- a/src/views/Wallet/components/LeftNavigation/components/StickyContainer/index.js +++ b/src/views/Wallet/components/LeftNavigation/components/StickyContainer/index.js @@ -19,6 +19,7 @@ const AsideWrapper = styled.aside` position: relative; top: 0; width: 320px; + min-width: 320px; overflow: hidden; background: ${colors.MAIN}; border-right: 1px solid ${colors.DIVIDER};