Setting the sidebar class's top property to 0 seems to solve the issue.
sidebar
top
0
.sidebar { top: 0; /* Like so */ position: fixed; left: -250px; width: 250px; height: 100%; background: #042331; transition: all .5s ease; }