Skip to content

Commit

Permalink
Fix too many bins overflow (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-lee authored May 7, 2024
1 parent 07e9a3a commit b4e29d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const Index = () => {
<div
className={cn(
"bg-slate-800/80 inset-0 overflow-y-auto max-h-[300px] border-gray-700 border-t",
"lg:absolute lg:min-h-full lg:max-h-fit lg:w-[40%] lg:left-auto lg:border-t-0 lg:border-l",
"lg:absolute lg:min-h-full lg:max-h-full lg:w-[40%] lg:left-auto lg:border-t-0 lg:border-l",
)}
>
<h2 className="text-xl font-bold mb-2 border-b border-slate-700 py-3 px-4">
Expand Down

0 comments on commit b4e29d2

Please sign in to comment.