Fixed
This commit is contained in:
parent
afb0cbe567
commit
0c8dab1c10
2 changed files with 7 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ export function App() {
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div id="fullpage" className="bg-background text-foreground w-full">
|
<div id="fullpage" className="bg-background text-foreground w-full h-screen max-h-screen">
|
||||||
<div id="top" className="section">
|
<div id="top" className="section">
|
||||||
<Top />
|
<Top />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -13,3 +13,9 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@layer base {
|
||||||
|
body {
|
||||||
|
@apply min-h-screen m-0 p-0 overflow-hidden;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue