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 (
|
||||
<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">
|
||||
<Top />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue