navbar: set fixed to top of screen

This commit is contained in:
Trianta 2024-11-25 18:30:51 -06:00
parent 68b7d66f2d
commit 794a1c23d0

View File

@ -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 {