We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24bf54 commit e43d5b8Copy full SHA for e43d5b8
components/Layout.js
@@ -50,7 +50,7 @@ export default function Layout({ children }) {
50
}, []);
51
52
return (
53
- <div className="relative pb-24">
+ <div className="relative pb-24 overflow-hidden">
54
<div className="flex flex-col items-center max-w-2xl w-full mx-auto">
55
{children}
56
</div>
0 commit comments