sdy

remove header position fixed

......@@ -17,8 +17,6 @@ const HeaderContainer = styled.div`
flex-direction: row;
justify-content: space-between;
width: 100%;
position: fixed;
top: 0;
svg {
font-size: 30px;
}
......@@ -51,7 +49,7 @@ const StyledLink = styled(Link)`
export default ({ text }) => {
const [logOut] = useMutation(LOG_OUT);
return (
<HeaderContainer>
<HeaderContainer className="Header">
<TitleBox>
<FontAwesomeIcon icon={faComments} />
<HeaderSpan>{text}</HeaderSpan>
......