0

I saw this effect on YouTube (Home > Subscriptions Section), and I love it. It looks like there is no scroll-bar at all, but when you hover with the mouse, it "shows up"

See picture:

Left - no scroll, right - scroll

I really like the way it looks, I would like to reproduce this somehow.

Ash
  • 1,269
  • 3
  • 25
  • 49

1 Answers1

3

This is relatively simple, just have overflow: hidden then on :hover make overflow-y: scroll;

Fiddle

Andy
  • 14,427
  • 3
  • 52
  • 76