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 }) => {
|
||||
return (
|
||||
<>
|
||||
<div className="main-content">
|
||||
<div style={{ minHeight: "100vh" }} className="main-content">
|
||||
<Nav />
|
||||
{children}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user