瀏覽代碼

Fixed scrollbar issue where it jumped to the top

Torkel Ödegaard 7 年之前
父節點
當前提交
46ff9dda71
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/grafana-ui/src/components/CustomScrollbar/CustomScrollbar.tsx

+ 0 - 1
packages/grafana-ui/src/components/CustomScrollbar/CustomScrollbar.tsx

@@ -25,7 +25,6 @@ export class CustomScrollbar extends PureComponent<Props> {
     autoHideDuration: 200,
     autoMaxHeight: '100%',
     hideTracksWhenNotNeeded: false,
-    scrollTop: 0,
     setScrollTop: () => {},
     autoHeightMin: '0'
   };