malihu / malihu-custom-scrollbar-plugin

Highly customizable custom scrollbar jQuery plugin, featuring vertical/horizontal scrollbars, scrolling momentum, mouse-wheel, keyboard and touch support etc.
http://manos.malihu.gr/jquery-custom-content-scroller
MIT License
4.11k stars 1.51k forks source link

Is it possible to decrease the stacking priority? #583

Open ptitof opened 6 years ago

ptitof commented 6 years ago

Hello, and thank you for your program. I have a program js (fluidbox) that must display a lightbox in the window, but it can not get out of the container that uses your program; when I disable it, it works. I think that a priority of your program is too high and does not let the element pass. Can we lower this priority? I did not find in the CSS of z-index, a function js maybe, but I am not competent in this area ...

Thank you