mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
absolute positioning in Header
This commit is contained in:
parent
2b7e31a6c8
commit
1f62fa5fd5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user