mdbootstrap / perfect-scrollbar

Minimalistic but perfect custom scrollbar plugin. Get more free components with Material Design for Bootstrap UI Kit (link below)
https://perfectscrollbar.com/
MIT License
351 stars 66 forks source link

Scrollbar hidden when the content has a z-index #50

Open alexandreDavid opened 4 years ago

alexandreDavid commented 4 years ago

Make sure these boxes are checked before submitting your issue -- thank you!

Marcelo-Petrucelli commented 4 years ago

I don't think there's much to do there. I mean, how to be sure it would be always on top? I guess you could simply add a z-index to the bar in your own css, assuring it's over all your content. Not sure if this is a "solution".

.ps__rail-x, .ps__rail-y {
    z-index: 20;
}