Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Mar 12, 2018
1 parent 174f372 commit 9fcfbc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generators/overflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ export default function() {
'-ms-overflow-style': '-ms-autohiding-scrollbar',
},
'overflow-x-scroll': {
'overflow-x': 'scroll' ,
'overflow-x': 'scroll',
'-ms-overflow-style': '-ms-scrollbar',
},
'overflow-y-scroll': {
'overflow-y': 'scroll' ,
'overflow-y': 'scroll',
'-ms-overflow-style': '-ms-scrollbar',
},
'scrolling-touch': { '-webkit-overflow-scrolling': 'touch' },
Expand Down

0 comments on commit 9fcfbc6

Please sign in to comment.