Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fb018cc

Browse files
authoredMar 27, 2024··
Merge pull request #79 from sivasoft-cloud/patch-1
Fix UI
2 parents 7b3edc0 + 44d42e1 commit fb018cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/pages/home.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Home.get('/', (c) => {
8787
/>
8888
</head>
8989
<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">
90+
<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">
9191
<Meteors number={15} />
9292

9393
<div class="flex flex-row items-center space-x-4 ml-6">

0 commit comments

Comments
 (0)
Please sign in to comment.