mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 11:12:58 +08:00
Tooltips: Ensure new viz tooltips are visible within modals (#86258)
fix: ensure new viz tooltips are visible within modals
This commit is contained in:
@ -9,6 +9,7 @@ export const zIndex = {
|
||||
tooltip: 1040,
|
||||
modalBackdrop: 1050,
|
||||
modal: 1060,
|
||||
tooltipWithinModal: 1060,
|
||||
portal: 1061,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user