mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 11:50:14 +00:00
chore: fix sticky footer issue
This commit is contained in:
parent
d305c94989
commit
d86fcd4a8f
@ -4,7 +4,7 @@ import { Nav } from "./Nav";
|
|||||||
export const Layout = ({ children }) => {
|
export const Layout = ({ children }) => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="main-content">
|
<div style={{ minHeight: "100vh" }} className="main-content">
|
||||||
<Nav />
|
<Nav />
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user