mirror of
https://github.com/yldio/copilot.git
synced 2024-12-31 22:30:04 +02:00
absolute positioning in Header
This commit is contained in:
parent
2b7e31a6c8
commit
1f62fa5fd5
@ -23,7 +23,7 @@ const {
|
|||||||
const StyledHeader = styled.header`
|
const StyledHeader = styled.header`
|
||||||
height: ${remcalc(78)};
|
height: ${remcalc(78)};
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
position: fixed;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0
|
left: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user