Fixed scrollbar issue where it jumped to the top

This commit is contained in:
Torkel Ödegaard 2019-01-18 13:24:26 +01:00
parent bc8f3374a3
commit 46ff9dda71

View File

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