Skip to content

Commit 61b7908

Browse files
jyash97SaraVieira
authored andcommitted
fix: Navbar zindex (codesandbox#2049)
1 parent a4a601d commit 61b7908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/homepage/src/components/layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import '../css/global.css';
1111
const TemplateWrapper = ({ children }) => (
1212
<ThemeProvider theme={theme}>
1313
<div>
14-
<div style={{ position: 'absolute', left: 0, right: 0, zIndex: 20 }}>
14+
<div style={{ position: 'absolute', left: 0, right: 0, zIndex: 10 }}>
1515
<Navigation />
1616
</div>
1717

0 commit comments

Comments
 (0)