Skip to content

Commit

Permalink
Added overflow auto to drawer menu (#2088)
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap authored and offtherailz committed Aug 7, 2017
1 parent e1c614a commit beab9f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/client/plugins/drawer/Menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ class Menu extends React.Component {
right: this.props.show ? 0 : 'auto',
width: '0',
overflow: 'visible'
},
content: {
overflowY: 'auto'
}
}} sidebarClassName="nav-menu" onSetOpen={() => {
this.props.onToggle();
Expand Down

0 comments on commit beab9f2

Please sign in to comment.