Show HN: lmno.lol – Drag and drop blogging minus the yucky bits of modern web
5 points
2 days ago
| 1 comment
| lmno.lol
| HN
38
2 days ago
[-]
Where is the vertical scroll bar?
reply
xenodium
2 days ago
[-]
Ooh, what page? browser and OS please?
reply
arexxbifs
2 days ago
[-]
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 */
  }
reply
xenodium
21 hours ago
[-]
Fixed. Thank you. Previous incarnation/experiment leftover.
reply
arexxbifs
13 hours ago
[-]
Hey, thank you, I like scrollbars. :)

Oh, and, nice project. Thoroughly agree with the sentiments expressed in the FAQ.

reply