diff --git a/public/app/core/components/AppChrome/ReturnToPrevious/ReturnToPrevious.tsx b/public/app/core/components/AppChrome/ReturnToPrevious/ReturnToPrevious.tsx index 870bd22bef8..58d7dbf654a 100644 --- a/public/app/core/components/AppChrome/ReturnToPrevious/ReturnToPrevious.tsx +++ b/public/app/core/components/AppChrome/ReturnToPrevious/ReturnToPrevious.tsx @@ -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,