ExemplarMarker: Fix exemplar tooltip box shadow (#99464)

fix: exempla tooltip box shadow
This commit is contained in:
Alex Spencer 2025-01-27 09:16:31 -07:00 committed by GitHub
parent 1c66e0fe30
commit 9bdeca8d10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -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',

View File

@ -285,6 +285,7 @@ const getExemplarMarkerStyles = (theme: GrafanaTheme2) => {
padding: 0,
overflowY: 'auto',
maxHeight: '95vh',
boxShadow: theme.shadows.z2,
}),
header: css({
background: headerBg,