From 7a30220d0128833d2a7631b38664a1296b9da448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 12 Nov 2018 17:48:10 +0100 Subject: [PATCH] fixed scrollbar autohide prop --- public/app/core/components/CustomScrollbar/CustomScrollbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/core/components/CustomScrollbar/CustomScrollbar.tsx b/public/app/core/components/CustomScrollbar/CustomScrollbar.tsx index 93add925095..9b9a9c4d02a 100644 --- a/public/app/core/components/CustomScrollbar/CustomScrollbar.tsx +++ b/public/app/core/components/CustomScrollbar/CustomScrollbar.tsx @@ -15,7 +15,7 @@ interface Props { class CustomScrollbar extends PureComponent { static defaultProps: Partial = { customClassName: 'custom-scrollbars', - autoHide: false, + autoHide: true, autoHideTimeout: 200, autoHideDuration: 200, hideTracksWhenNotNeeded: false,