Просмотр исходного кода

Fixed scrollbar issue where it jumped to the top

Torkel Ödegaard 7 лет назад
Родитель
Сommit
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'
   };