Skip to content

Commit

Permalink
fix: add enter to the function in index.js (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
agnusha committed Oct 31, 2021
1 parent 5584f79 commit 511e8a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const scrollbarHide = plugin(function ({ addUtilities }) {
display: 'none'
}
},

'.scrollbar-default': {
/* IE and Edge */
'-ms-overflow-style': 'auto',
Expand Down

0 comments on commit 511e8a4

Please sign in to comment.