Skip to content

Commit

Permalink
Prevent horizontal scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
martimpassos authored Jan 25, 2024
1 parent 7c2ab7f commit 814d0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Home() {
}, []);

return (
<main className="w-screen h-screen overflow-y-scroll">
<main className="w-full h-screen">
{isReady ? (
<>
<section id="home" className="flex flex-col w-full h-full font-jost">
Expand Down

0 comments on commit 814d0b7

Please sign in to comment.