Skip to content

Commit

Permalink
fix(style): change the overflow property to auto for show scroll bars…
Browse files Browse the repository at this point in the history
… only if is needed
  • Loading branch information
dbeff authored and mxlje committed Feb 20, 2017
1 parent cfba6df commit 1e18f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
textAlign: 'left',
fontSize: '16px',
lineHeight: 1.2,
overflow: 'scroll'
overflow: 'auto'
},
message: {
fontWeight: 'bold'
Expand Down

0 comments on commit 1e18f1d

Please sign in to comment.