Skip to content

Commit

Permalink
Merge pull request #17 from ifspcbt-devspace/develop
Browse files Browse the repository at this point in the history
fix: overflow
  • Loading branch information
oproprioleonardo authored Sep 25, 2024
2 parents 07c81b9 + 999a97a commit b37c8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function RootLayout(
<html
lang="pt-br"
className="light min-h-full scroll-smooth min-w-[320px]"
style={{scrollBehavior: "smooth", padding: 0, margin: 0, overflow: "hidden"}}
style={{scrollBehavior: "smooth", padding: 0, margin: 0}}
>
<body className={inter.className + " h-full"}>
<ToastContainer/>
Expand Down

0 comments on commit b37c8ae

Please sign in to comment.