add correct overscroll-behavior to context modals (#56070)

This commit is contained in:
Sven Grossmann 2022-09-30 11:25:51 +02:00 committed by GitHub
parent 62811c2141
commit 0c1e4979af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,10 @@ const getLogRowContextStyles = (theme: GrafanaTheme2, wrapLogMessage?: boolean)
logs: css`
height: ${logsHeight}px;
padding: 10px;
.scrollbar-view {
overscroll-behavior: contain;
}
`,
afterContext,
beforeContext,