Skip to content

Commit

Permalink
Hide Horizontal Scrollbar in Sub Language Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jaruba authored May 31, 2020
1 parent 18c4823 commit 409f18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modals/components/optionsDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default class Modals extends PureComponent {

{this.state.label}

<div style={{margin: '0', marginBottom: '5px', fontSize: '16px', height: '200px', overflow: 'scroll'}}>
<div style={{margin: '0', marginBottom: '5px', fontSize: '16px', height: '200px', overflowX: 'hidden', overflowY: 'scroll'}}>
{this.optionsList()}
</div>

Expand Down

0 comments on commit 409f18c

Please sign in to comment.