TimeSeries: Fix overflowing exemplar modals causing content shifts (#… (#64254)

TimeSeries: Fix overflowing exemplar modals causing content shifts (#64037)

*  fix overflowing exemplar modals causing content shifts

(cherry picked from commit b9ebd5757a)
This commit is contained in:
Galen Kistler
2023-03-06 12:18:05 -06:00
committed by GitHub
parent 0d2a01f03f
commit 5a6471c01f
@@ -263,6 +263,8 @@ const getExemplarMarkerStyles = (theme: GrafanaTheme2) => {
tooltip: css`
background: none;
padding: 0;
overflow-y: auto;
max-height: 95vh;
`,
header: css`
background: ${headerBg};