From b0aa37fdc9d6cb23e6edc64e78e535319d60eca1 Mon Sep 17 00:00:00 2001 From: Vasek Mlejnsky Date: Tue, 28 Aug 2018 08:32:04 +0200 Subject: [PATCH] Style sticky bottom in left navigation panel --- src/views/Wallet/components/LeftNavigation/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/Wallet/components/LeftNavigation/index.js b/src/views/Wallet/components/LeftNavigation/index.js index 351bf9c7..07e643a8 100644 --- a/src/views/Wallet/components/LeftNavigation/index.js +++ b/src/views/Wallet/components/LeftNavigation/index.js @@ -25,6 +25,7 @@ const StickyBottom = styled.div` position: fixed; bottom: 0; background: ${colors.MAIN}; + border-right: 1px solid ${colors.DIVIDER}; `; const MenuWrapper = styled.div`