Skip to content

Commit

Permalink
positionnement du footer - finalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpochat committed Nov 13, 2024
1 parent 37ce7a0 commit d4d8d08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/app/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ code {
monospace;
}

#root > div {
#root {
min-height: 100vh;
display: grid;
grid-template-rows: 1fr auto;
Expand Down
4 changes: 2 additions & 2 deletions frontend/app/src/layouts/producer/AnonymousLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function AnonymousLayout() {
marginTop: '1rem',
gap: '1rem'
};
return <Box>
return <>
<CssBaseline />
<AppBar
position="fixed"
Expand Down Expand Up @@ -113,7 +113,7 @@ export default function AnonymousLayout() {
</Box>
</Box>
<Footer/>
</Box>
</>
}

return (
Expand Down

0 comments on commit d4d8d08

Please sign in to comment.