Looks intentional to me:
html {
overflow-y: scroll;
scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
display: none; /* Chrome, Safari, and Edge */
}
Oh, and, nice project. Thoroughly agree with the sentiments expressed in the FAQ.