mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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',
|
justifyContent: 'center',
|
||||||
left: '50%',
|
left: '50%',
|
||||||
transform: 'translateX(-50%)',
|
transform: 'translateX(-50%)',
|
||||||
zIndex: theme.zIndex.portal,
|
zIndex: theme.zIndex.tooltip,
|
||||||
position: 'fixed',
|
position: 'fixed',
|
||||||
bottom: theme.spacing.x4,
|
bottom: theme.spacing.x4,
|
||||||
boxShadow: theme.shadows.z3,
|
boxShadow: theme.shadows.z3,
|
||||||
|
Loading…
Reference in New Issue
Block a user