From b90304cc7936755596f9ef83c2e2362402bd2c52 Mon Sep 17 00:00:00 2001 From: Andrej Ocenas Date: Tue, 10 Nov 2020 16:12:15 +0100 Subject: [PATCH] LogsPanel: Don't show scroll bars when not needed (#28972) --- packages/grafana-ui/src/components/Logs/getLogRowStyles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grafana-ui/src/components/Logs/getLogRowStyles.ts b/packages/grafana-ui/src/components/Logs/getLogRowStyles.ts index 61421045b45..0ab6eb63a2e 100644 --- a/packages/grafana-ui/src/components/Logs/getLogRowStyles.ts +++ b/packages/grafana-ui/src/components/Logs/getLogRowStyles.ts @@ -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`