Skip to content

Commit

Permalink
CLEANUP no double scrolling in Sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Feb 27, 2019
1 parent 924a78b commit 03c9b04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ui/src/components/sidebar/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ const Container = styled.nav({
right: 0,
width: '100%',
height: '100%',
overflowY: 'auto',
overflowX: 'hidden',
});

const Foot = styled.div({});
Expand Down

0 comments on commit 03c9b04

Please sign in to comment.