navbar: set fixed to top of screen
This commit is contained in:
parent
68b7d66f2d
commit
794a1c23d0
@ -7,12 +7,17 @@ body {
|
|||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
background: #eff1f5;
|
background: #eff1f5;
|
||||||
margin: 0px auto;
|
margin: 0px auto;
|
||||||
|
padding-top: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation {
|
#navigation {
|
||||||
background: #dce0e8;
|
background: #dce0e8;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
|
position: fixed;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navBarLeft {
|
#navBarLeft {
|
||||||
|
Loading…
Reference in New Issue
Block a user