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