[v9.3.x] TimeSeries: Fix overflowing exemplar modals causing content shifts (#64252)
TimeSeries: Fix overflowing exemplar modals causing content shifts (#64037)
* fix overflowing exemplar modals causing content shifts
(cherry picked from commit b9ebd5757a)
Co-authored-by: Galen Kistler <109082771+gtk-grafana@users.noreply.github.com>
This commit is contained in:
co-authored by
Galen Kistler
parent
b3edba4a37
commit
f7892a41d1
@@ -263,6 +263,8 @@ const getExemplarMarkerStyles = (theme: GrafanaTheme2) => {
|
||||
tooltip: css`
|
||||
background: none;
|
||||
padding: 0;
|
||||
overflow-y: auto;
|
||||
max-height: 95vh;
|
||||
`,
|
||||
header: css`
|
||||
background: ${headerBg};
|
||||
|
||||
Reference in New Issue
Block a user