|
@@ -14,7 +14,7 @@ export const ActionBarTransactionWrapper = styled.div<ActionBarTransactionWrappe
|
|
bottom: 0;
|
|
bottom: 0;
|
|
left: ${({ fullWidth }) => (fullWidth ? 0 : 'var(--sidenav-collapsed-width)')};
|
|
left: ${({ fullWidth }) => (fullWidth ? 0 : 'var(--sidenav-collapsed-width)')};
|
|
right: 0;
|
|
right: 0;
|
|
- z-index: ${zIndex.header};
|
|
|
|
|
|
+ z-index: ${zIndex.nearSheetOverlay};
|
|
|
|
|
|
transition: transform ${transitions.timings.regular} ${transitions.easing};
|
|
transition: transform ${transitions.timings.regular} ${transitions.easing};
|
|
transform: translateY(${({ isActive }) => (isActive ? '0' : '100%')});
|
|
transform: translateY(${({ isActive }) => (isActive ? '0' : '100%')});
|