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 9b7bf81 commit f1e3ae3Copy full SHA for f1e3ae3
1 file changed
app/Main.tsx
@@ -49,7 +49,7 @@ export default function Main({ posts }: { posts: Post[] }) {
49
const latest = posts?.slice(0, 3) ?? []
50
51
return (
52
- <div className="space-y-24">
+ <div className="space-y-24 overflow-x-hidden">
53
<section className="relative overflow-hidden">
54
<div
55
aria-hidden
0 commit comments