diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/Sidebar/index.js b/server/zanata-frontend/src/frontend/app/editor/containers/Sidebar/index.js index 4f3a26b5eef..0715580698d 100644 --- a/server/zanata-frontend/src/frontend/app/editor/containers/Sidebar/index.js +++ b/server/zanata-frontend/src/frontend/app/editor/containers/Sidebar/index.js @@ -60,6 +60,12 @@ class Sidebar extends Component { pullRight onSetOpen={this.setOpen} shadow + styles={{ + content: { + // prevents unwanted padding to the right from default 'scroll' + overflowY: 'auto' + } + }} sidebarClassName="sidebar-editor"> {this.props.children}