diff --git a/public/app/features/logs/components/LogRowContext.tsx b/public/app/features/logs/components/LogRowContext.tsx index f98fae12a01..d5d18eb1c8a 100644 --- a/public/app/features/logs/components/LogRowContext.tsx +++ b/public/app/features/logs/components/LogRowContext.tsx @@ -76,6 +76,10 @@ const getLogRowContextStyles = (theme: GrafanaTheme2, wrapLogMessage?: boolean) logs: css` height: ${logsHeight}px; padding: 10px; + + .scrollbar-view { + overscroll-behavior: contain; + } `, afterContext, beforeContext,