absolute positioning in Header

This commit is contained in:
Sérgio Ramos 2016-12-15 14:10:05 +00:00
parent 2b7e31a6c8
commit 1f62fa5fd5
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ const {
const StyledHeader = styled.header`
height: ${remcalc(78)};
background-color: #ffffff;
position: fixed;
position: absolute;
width: 100%;
top: 0;
left: 0