LogsPanel: Don't show scroll bars when not needed (#28972)

This commit is contained in:
Andrej Ocenas 2020-11-10 16:12:15 +01:00 committed by GitHub
parent 9582e0afd9
commit b90304cc79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ export const getLogRowStyles = stylesFactory((theme: GrafanaTheme, logLevel?: Lo
`, `,
logsRowsHorizontalScroll: css` logsRowsHorizontalScroll: css`
label: logs-rows__horizontal-scroll; label: logs-rows__horizontal-scroll;
overflow: scroll; overflow: auto;
`, `,
context: context, context: context,
logsRow: css` logsRow: css`