ExemplarMarker: Fix exemplar tooltip box shadow (#99464)
fix: exempla tooltip box shadow
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user