Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -9,6 +9,10 @@ const Wrapper = styled.div` | ... | @@ -9,6 +9,10 @@ const Wrapper = styled.div` |
9 | width: 100%; | 9 | width: 100%; |
10 | justify-content: center; | 10 | justify-content: center; |
11 | align-items: center; | 11 | align-items: center; |
12 | + .Header { | ||
13 | + position: fixed; | ||
14 | + top: 0; | ||
15 | + } | ||
12 | `; | 16 | `; |
13 | 17 | ||
14 | export default ({ roomArray }) => { | 18 | export default ({ roomArray }) => { | ... | ... |
-
Please register or login to post a comment