Y
Hacker News
new
|
ask
|
show
|
jobs
by
alanh
3731 days ago
I
think
there is CSS that can make your scrollbars actually visible
2 comments
riccardoforina
3731 days ago
::-webkit-scrollbar { width: 1em; }
link
FezVrasta
3730 days ago
It just reserve space for the scrollbar but doesn't make them appear
link
Drdrdrq
3730 days ago
div.mydiv { overflow-y: scroll; }
link