Charuru / lionbars

A free to use, lightweight jQuery plugin that makes scrollbars look like in OSX Lion.
148 stars 61 forks source link

Default OS X scrollbars appear #13

Open cviebrock opened 11 years ago

cviebrock commented 11 years ago

In order to hide the default OS X scrollbars when using lionbars, I believe you need to add this to the stylesheet:

.lb-wrap::-webkit-scrollbar {
  visibility: hidden;
}
DURK commented 11 years ago

Have you tried this? It doesn't seem to fix the issue on my machine. (OS X 10.8.3, Chrome 26.0.1410.65)

JensRantil commented 11 years ago

Have you tried this?

Ping @cviebrock.

cviebrock commented 11 years ago

The default scrollbars are hidden for me (OS X 10.8.3, Safari 6.0.4 & Chrome 26.0.1410.65). You can see it in action here. This is with the above noted CSS change.

The only issue is that in Chrome, when scrolling to the end, the bars don't "go all the way down". Some padding/margin issues, I think.