Torkel Ödegaard 7 лет назад
Родитель
Сommit
7a30220d01
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      public/app/core/components/CustomScrollbar/CustomScrollbar.tsx

+ 1 - 1
public/app/core/components/CustomScrollbar/CustomScrollbar.tsx

@@ -15,7 +15,7 @@ interface Props {
 class CustomScrollbar extends PureComponent<Props> {
   static defaultProps: Partial<Props> = {
     customClassName: 'custom-scrollbars',
-    autoHide: false,
+    autoHide: true,
     autoHideTimeout: 200,
     autoHideDuration: 200,
     hideTracksWhenNotNeeded: false,