Skip to content

Commit

Permalink
fix: overflow scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitkolhe committed Mar 16, 2024
1 parent 5aba14a commit 4c9e3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Home.get('/', (c) => {
/>
</head>
<body class="bg-black mx-auto min-h-screen max-w-screen-lg flex flex-col">
<main class="flex flex-1 flex-col overflow-auto mt-8 mb-8">
<main class="flex flex-1 flex-col overflow-auto py-8">
<div class="mx-auto my-auto container flex flex-col px-4 sm:px-8">
<div class="relative mb-6 sm:mb-8 flex flex-row items-center space-x-4 px-4 sm:px-8 w-full">
<svg class="sm:h-12 sm:w-12 h-8 w-8 shrink-0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
Expand Down

0 comments on commit 4c9e3c3

Please sign in to comment.