Skip to content

Commit efed118

Browse files
committed
fix nav bar z-index
1 parent 0774c92 commit efed118

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/pages/_app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ const SqTracker = ({ Component, pageProps, initialTheme }) => {
275275
borderColor="border"
276276
position="fixed"
277277
top={0}
278+
zIndex={9}
278279
>
279280
<Box
280281
display="flex"

0 commit comments

Comments
 (0)