Commit 46ff9dda by Torkel Ödegaard

Fixed scrollbar issue where it jumped to the top

parent bc8f3374
...@@ -25,7 +25,6 @@ export class CustomScrollbar extends PureComponent<Props> { ...@@ -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'
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment