فهرست منبع

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,
     autoHideDuration: 200,
     autoMaxHeight: '100%',
     autoMaxHeight: '100%',
     hideTracksWhenNotNeeded: false,
     hideTracksWhenNotNeeded: false,
-    scrollTop: 0,
     setScrollTop: () => {},
     setScrollTop: () => {},
     autoHeightMin: '0'
     autoHeightMin: '0'
   };
   };