mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove autoHide
This commit is contained in:
parent
8e11d89612
commit
3572718cab
@ -111,7 +111,7 @@ class UnThemedLogRows extends PureComponent<Props, State> {
|
||||
const getRowContext = this.props.getRowContext ? this.props.getRowContext : () => Promise.resolve([]);
|
||||
|
||||
return (
|
||||
<CustomScrollbar autoHide>
|
||||
<CustomScrollbar>
|
||||
<table className={logsRowsTable}>
|
||||
<tbody>
|
||||
{hasData &&
|
||||
|
Loading…
Reference in New Issue
Block a user