Skip to content

Commit

Permalink
Revert "Fix invalid Tailwind property (mckaywrigley#275)"
Browse files Browse the repository at this point in the history
This reverts commit edca5dc.
  • Loading branch information
haochenx authored Mar 29, 2023
1 parent b7ac375 commit 05aaeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const Chat: FC<Props> = memo(
}, [messagesEndRef]);

return (
<div className="overflow-hidden relative flex-1 bg-white dark:bg-[#343541]">
<div className="overflow-none relative flex-1 bg-white dark:bg-[#343541]">
{!(apiKey || serverSideApiKeyIsSet) ? (
<div className="mx-auto flex h-full w-[300px] flex-col justify-center space-y-6 sm:w-[500px]">
<div className="mx-auto mb-5 text-gray-800 dark:text-gray-100">
Expand Down

0 comments on commit 05aaeaf

Please sign in to comment.