Commit b90304cc by Andrej Ocenas Committed by GitHub

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

parent 9582e0af
......@@ -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`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment