mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add correct overscroll-behavior to context modals (#56070)
This commit is contained in:
parent
62811c2141
commit
0c1e4979af
@ -76,6 +76,10 @@ const getLogRowContextStyles = (theme: GrafanaTheme2, wrapLogMessage?: boolean)
|
||||
logs: css`
|
||||
height: ${logsHeight}px;
|
||||
padding: 10px;
|
||||
|
||||
.scrollbar-view {
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
`,
|
||||
afterContext,
|
||||
beforeContext,
|
||||
|
Loading…
Reference in New Issue
Block a user