Hacker News new | past | comments | ask | show | jobs | submit login

Where is the vertical scroll bar?



Ooh, what page? browser and OS please?


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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: