logoalt Hacker News

orphea07/31/20252 repliesview on HN

Off topic but did you really hide scroll bars on the website? Why...?

  .scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

Replies

johnisgood08/01/2025

They probably did it because the website might look better without a scrollbar, but they should realize that many browsers hide the scrollbar and they only get displayed when you hover over or when you start scrolling. That said, the scrollbar is always there for me (unless hidden by CSS), and I would not have minded it at all.

VladVladikoff08/01/2025

UI brought to you by vibe code

show 1 reply