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

pull/82724/head
Laura Fernández 2 years ago committed by GitHub
parent 8e7c9f6587
commit 7b37e225ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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,

Loading…
Cancel
Save