mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
ReturnToPrevious: Modify zIndex
to avoid overlapping with the nav, a drawer or a modal (#82680)
This commit is contained in:
parent
8e7c9f6587
commit
7b37e225ca
@ -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…
Reference in New Issue
Block a user