mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ExemplarMarker: Fix exemplar tooltip box shadow (#99464)
fix: exempla tooltip box shadow
This commit is contained in:
parent
1c66e0fe30
commit
9bdeca8d10
@ -60,7 +60,6 @@ const getStyles = (theme: GrafanaTheme2, padding = 0) => {
|
||||
borderRadius: theme.shape.radius.default,
|
||||
background: theme.colors.background.primary,
|
||||
border: `1px solid ${theme.colors.border.weak}`,
|
||||
boxShadow: `0 4px 8px ${theme.colors.background.primary}`,
|
||||
}),
|
||||
exemplarHeader: css({
|
||||
display: 'flex',
|
||||
|
@ -285,6 +285,7 @@ const getExemplarMarkerStyles = (theme: GrafanaTheme2) => {
|
||||
padding: 0,
|
||||
overflowY: 'auto',
|
||||
maxHeight: '95vh',
|
||||
boxShadow: theme.shadows.z2,
|
||||
}),
|
||||
header: css({
|
||||
background: headerBg,
|
||||
|
Loading…
Reference in New Issue
Block a user