Skip to content

Commit

Permalink
fix: content is outside player container
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane committed Oct 16, 2023
1 parent 1739332 commit 40e209f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const App = () => {
}} // Stay in inline-styles for now
>
<Flex>
<Box style={{ flex: 1 }}>
<Box style={{ flex: 1, zIndex: 1 }}>
<Header />
<Main>
<Outlet />
Expand Down

0 comments on commit 40e209f

Please sign in to comment.