Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

disable main window scrolling - Jquery [duplicate]

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?

like image 621
Kadosh Avatar asked Oct 26 '25 09:10

Kadosh


1 Answers

You dont need jQuery. Use Stylesheet:

 html, body {
      overflow: hidden;
 }
like image 50
Adrian Preuss Avatar answered Oct 28 '25 21:10

Adrian Preuss



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!