I have a webpage with a lightbox in it, inside the lightbox there is a scrollbar. I want to disable the main window scrollbar and keep the lightbox scrollbar enabled.
Not just to hide the scrollbar but to disable scrolling of the window at all (beside scrolling the lightbox).
How can I do it?
You dont need jQuery. Use Stylesheet:
html, body {
overflow: hidden;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With