mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
TimeSeries: Fix overflowing exemplar modals causing content shifts (#64037)
* fix overflowing exemplar modals causing content shifts
This commit is contained in:
parent
ed71012ced
commit
b9ebd5757a
@ -263,6 +263,8 @@ const getExemplarMarkerStyles = (theme: GrafanaTheme2) => {
|
||||
tooltip: css`
|
||||
background: none;
|
||||
padding: 0;
|
||||
overflow-y: auto;
|
||||
max-height: 95vh;
|
||||
`,
|
||||
header: css`
|
||||
background: ${headerBg};
|
||||
|
Loading…
Reference in New Issue
Block a user