Explorar el Código

fix: FF scroll bar width (#18091)

iamkun hace 5 años
padre
commit
2919e5769b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;