Remove autoHide

This commit is contained in:
Ivana 2020-05-19 12:36:00 +02:00
parent 8e11d89612
commit 3572718cab

View File

@ -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 &&