Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahan-nub committed Oct 25, 2024
1 parent 105108c commit 7fa298e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Chat/Chat.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ export default function Chat() {
}, [messages]);

return (
<div className="lg:w-4/5 w-full max-h-screen h-screen min-h-screen flex flex-col justify-between">
<div className="lg:w-4/5 w-full max-h-screen h-screen min-h-screen flex flex-col justify-betwe">
{/* <div className="flex flex-col justify-between h-full max-h-screen w-full"> */}
<ChatHeader></ChatHeader>
<div className="overflow-scroll basis-[75%] max-lg:basis-[80%] no-scrollbar">
<div className="overflow-scroll basis-[75%] no-scrollbar">
{messages &&
messages.map((messageInfo) => {
return (
Expand Down

0 comments on commit 7fa298e

Please sign in to comment.