We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b3edc0 + 44d42e1 commit fb018ccCopy full SHA for fb018cc
src/pages/home.tsx
@@ -87,7 +87,7 @@ Home.get('/', (c) => {
87
/>
88
</head>
89
<body class="bg-black mx-auto md:min-h-screen max-w-screen-lg flex flex-col">
90
- <main class="mx-auto my-auto flex flex-col space-y-8 px-4 pb-8 md:py-10 relative overflow-y-scroll overflow-x-hidden">
+ <main class="mx-auto my-auto flex flex-col space-y-8 px-4 pb-8 md:py-10 relative overflow-y-hidden overflow-x-hidden">
91
<Meteors number={15} />
92
93
<div class="flex flex-row items-center space-x-4 ml-6">
0 commit comments