Skip to content

Commit

Permalink
remove zIndex from box
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Nov 20, 2024
1 parent eceb082 commit 3f05fc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/src/organisms/Toolbox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ export function Toolbox(props: ToolboxProps): JSX.Element {
<Box
padding={SPACING.spacing16}
boxShadow={isScrolledToBottom ? 'none' : '0px -4px 12px #0000001a'}
zIndex={3}
width="100%"
borderTop={`1px solid ${COLORS.grey30}`}
alignItems={ALIGN_CENTER}
Expand Down

0 comments on commit 3f05fc9

Please sign in to comment.