Skip to content

Commit

Permalink
fix: FF scroll bar width (ElemeFE#18091)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun authored and oleksiikhr committed Jan 13, 2020
1 parent 912fbeb commit edbc828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/theme-chalk/src/scrollbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
height: 100%;

@include m(hidden-default) {
scrollbar-width: none;
&::-webkit-scrollbar {
width: 0;
height: 0;
Expand Down

0 comments on commit edbc828

Please sign in to comment.