Skip to content

Commit

Permalink
[v11.0.x] Tooltips: Ensure new viz tooltips are visible within modals…
Browse files Browse the repository at this point in the history
… (alternative solution) (#86954)

Tooltips: Ensure new viz tooltips are visible within modals (alternative solution) (#86716)

fix: ensure new viz tooltips are visible within modals

Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
(cherry picked from commit ff761bb)
  • Loading branch information
darrenjaneczek committed Apr 25, 2024
1 parent e151121 commit 68c8c1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ const getStyles = (theme: GrafanaTheme2, maxWidth?: number, maxHeight?: number)
tooltipWrapper: css({
top: 0,
left: 0,
zIndex: theme.zIndex.tooltip,
zIndex: theme.zIndex.portal,
whiteSpace: 'pre',
borderRadius: theme.shape.radius.default,
position: 'fixed',
Expand Down

0 comments on commit 68c8c1f

Please sign in to comment.