mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 11:44:26 -06:00
Fixed scrollbar issue where it jumped to the top
This commit is contained in:
parent
bc8f3374a3
commit
46ff9dda71
@ -25,7 +25,6 @@ export class CustomScrollbar extends PureComponent<Props> {
|
||||
autoHideDuration: 200,
|
||||
autoMaxHeight: '100%',
|
||||
hideTracksWhenNotNeeded: false,
|
||||
scrollTop: 0,
|
||||
setScrollTop: () => {},
|
||||
autoHeightMin: '0'
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user