Skip to content

Commit 5e42ef7

Browse files
committed
Add zIndex to nav header
1 parent 336bc95 commit 5e42ef7

File tree

1 file changed

+2
-1
lines changed
  • packages/react-renderer-demo/src/components/navigation

1 file changed

+2
-1
lines changed

packages/react-renderer-demo/src/components/navigation/nav-styles.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ export const navStyles = (theme) => ({
77
navHeader: {
88
display: 'flex',
99
justifyContent: 'space-between',
10-
borderBottom: `1px solid ${theme.palette.grey[200]}`
10+
borderBottom: `1px solid ${theme.palette.grey[200]}`,
11+
zIndex: 2
1112
},
1213
appBar: {
1314
width: `calc(100% - ${drawerWidth}px)`,

0 commit comments

Comments
 (0)