Tooltips: Ensure new viz tooltips are visible within modals (#86258)

fix: ensure new viz tooltips are visible within modals
This commit is contained in:
Darren Janeczek
2024-04-17 13:54:10 -04:00
committed by GitHub
parent 46efe41e33
commit 53d2714a18
2 changed files with 8 additions and 4 deletions

View File

@ -9,6 +9,7 @@ export const zIndex = {
tooltip: 1040,
modalBackdrop: 1050,
modal: 1060,
tooltipWithinModal: 1060,
portal: 1061,
};