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