Skip to content

Commit

Permalink
Revert "Fix zindex for box component"
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanBetty authored Oct 16, 2023
1 parent ed05c87 commit 0e15d67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/box.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@
getSpacing(innerSpacing[2]),
paddingLeft: ({ options: { innerSpacing } }) =>
getSpacing(innerSpacing[3]),
zIndex: ({ options: { position } }) =>
position === 'fixed' && !isDev ? 999 : 'auto',
[`@media ${mediaMinWidth(600)}`]: {
marginTop: ({ options: { outerSpacing } }) =>
getSpacing(outerSpacing[0], 'Portrait'),
Expand Down

0 comments on commit 0e15d67

Please sign in to comment.