diff --git a/lib/components/src/ActionBar/ActionBar.tsx b/lib/components/src/ActionBar/ActionBar.tsx index 93ac23669cac..98551e9d5359 100644 --- a/lib/components/src/ActionBar/ActionBar.tsx +++ b/lib/components/src/ActionBar/ActionBar.tsx @@ -9,7 +9,7 @@ const Container = styled.div<{}>(({ theme }) => ({ maxWidth: '100%', display: 'flex', background: theme.background.content, - zIndex: 1, + zIndex: 0, })); export const ActionButton = styled.button<{ disabled: boolean }>(