diff --git a/src/views/Wallet/components/LeftNavigation/index.js b/src/views/Wallet/components/LeftNavigation/index.js index 6f38a2af..dda6669d 100644 --- a/src/views/Wallet/components/LeftNavigation/index.js +++ b/src/views/Wallet/components/LeftNavigation/index.js @@ -24,7 +24,8 @@ const TransitionContentWrapper = styled.div` `; const Footer = styled.div` - position: fixed; + position: relative; + width: 320px; bottom: 0; background: ${colors.MAIN}; border-right: 1px solid ${colors.DIVIDER};