ReturnToPrevious: Modify zIndex to avoid overlapping with the nav, a drawer or a modal (#82680)

This commit is contained in:
Laura Fernández
2024-02-15 19:29:22 +01:00
committed by GitHub
parent 8e7c9f6587
commit 7b37e225ca

View File

@ -45,7 +45,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
justifyContent: 'center',
left: '50%',
transform: 'translateX(-50%)',
zIndex: theme.zIndex.portal,
zIndex: theme.zIndex.tooltip,
position: 'fixed',
bottom: theme.spacing.x4,
boxShadow: theme.shadows.z3,