abhiomkar / portfolio-js

Tiny JavaScript carousel library with horizontal scrolling and all the goodness.
https://portfoliojs.com
80 stars 30 forks source link

Scrollbar #6

Closed donatkinson closed 11 years ago

donatkinson commented 11 years ago

Hi Abhinay, Thanks very much for your plugin which is great! I would like to know if there is any way to remove the bottom scroll bar. Appreciate your help.

Cheers, Don

abhiomkar commented 11 years ago

there is no such option in plugin as of now. but, you can still disable the scrollbar by changing CSS gallery div block.

#gallery {
    overflow-x: hidden !important;
}