Ooh, what page? browser and OS please?
back
1 comments
Scrollbars are completely disabled in Firefox on the front and docs page. In Chromium there's only horizontal scrollbars in the code snippets.
Looks intentional to me:
html {
overflow-y: scroll;
scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
display: none; /* Chrome, Safari, and Edge */
}Fixed. Thank you. Previous incarnation/experiment leftover.
Hey, thank you, I like scrollbars. :)
Oh, and, nice project. Thoroughly agree with the sentiments expressed in the FAQ.