mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
LogsPanel: Don't show scroll bars when not needed (#28972)
This commit is contained in:
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`
|
||||
|
Loading…
Reference in New Issue
Block a user