From 46ff9dda71048a4847a78ef99a04c87b10524273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 18 Jan 2019 13:24:26 +0100 Subject: [PATCH] Fixed scrollbar issue where it jumped to the top --- .../src/components/CustomScrollbar/CustomScrollbar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/grafana-ui/src/components/CustomScrollbar/CustomScrollbar.tsx b/packages/grafana-ui/src/components/CustomScrollbar/CustomScrollbar.tsx index c3fb3f0f0ab..eb50944ad35 100644 --- a/packages/grafana-ui/src/components/CustomScrollbar/CustomScrollbar.tsx +++ b/packages/grafana-ui/src/components/CustomScrollbar/CustomScrollbar.tsx @@ -25,7 +25,6 @@ export class CustomScrollbar extends PureComponent { autoHideDuration: 200, autoMaxHeight: '100%', hideTracksWhenNotNeeded: false, - scrollTop: 0, setScrollTop: () => {}, autoHeightMin: '0' };