Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강동현
/
nodejs-game
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Overnap
2021-06-07 05:43:56 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a687e31e3c17bd12d04520c725ddc2b98ce4bf18
a687e31e
1 parent
58c087ba
채팅 스크롤 추가
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web/src/components/room/Chat.tsx
web/src/components/room/Chat.tsx
View file @
a687e31
...
...
@@ -42,7 +42,7 @@ export const Chat: React.FC = () => {
return (
<div className='w-5/12'>
<div className='w-full h-80 rounded shadow flex flex-col
items-center end
'>
<div className='w-full h-80 rounded shadow flex flex-col
overflow-y-scroll
'>
{chatLines.map((line, i) => (<ChatLine key={16383+i} chatData={line}/>))}
<div ref={messageEndRef} />
</div>
...
...
Please
register
or
login
to post a comment