Преглед изворни кода

Fixed scrollbar issue where it jumped to the top

Torkel Ödegaard пре 7 година
родитељ
комит
46ff9dda71

+ 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'
   };