Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-05-23 03:57:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
caccdcd56275211c69fe7a100e2296afeae61531
caccdcd5
1 parent
7b3afa98
update Header style
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
front/src/Routes/Room/RoomPresenter.js
front/src/Routes/Room/RoomPresenter.js
View file @
caccdcd
...
...
@@ -9,6 +9,10 @@ const Wrapper = styled.div`
width: 100%;
justify-content: center;
align-items: center;
.Header {
position: fixed;
top: 0;
}
`
;
export
default
({
roomArray
})
=>
{
...
...
Please
register
or
login
to post a comment