Browse Source

fix: FF scroll bar width (#18091)

iamkun 5 years ago
parent
commit
2919e5769b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/theme-chalk/src/scrollbar.scss

+ 1 - 0
packages/theme-chalk/src/scrollbar.scss

@@ -19,6 +19,7 @@
     height: 100%;
 
     @include m(hidden-default) {
+      scrollbar-width: none;
       &::-webkit-scrollbar {
         width: 0;
         height: 0;